Forum Discussion

polevoym's avatar
polevoym
Icon for Nimbostratus rankNimbostratus
Nov 12, 2014

Looking for an Irule to enforce ssl client authentication and then pass ssl certificate details to the backend server

Hi I used the below irlue: when CLIENTSSL_CLIENTCERT { log local0. "start CLIENTSSL_CLIENTCERT" set the_cert [SSL::cert 0] set pkiSubject [X509::subject $the_cert] set pkiIssuer [X509::issuer $the_ce...