Forum Discussion
AndOs
Cirrostratus
Sep 22, 2012Sporadic TCL erros from iRule after upgrade to 11.2.0
Hi!
We're using an irule to handle access to a webservice.
The irule matches the client certificate DN against a list of allowed DNs, and is the only irule assigned to the VIP.
After upg...
hoolio
Cirrostratus
Sep 23, 2012If the client resumes an existing SSL session, they wouldn't hit the CLIENTSSL_CLIENTCERT event as they don't present the cert for that connection. You could change your check in HTTP_REQUEST to verify the variable exists and is set to 1:
when HTTP_REQUEST {
if { [info exists client_cert_ok] and $client_cert_ok == 1 }{
Allow request
} else {
HTTP::respond 403 content "Bad client certificate!"
}
}
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
