Forum Discussion
MikeRobinson_64
Nimbostratus
Dec 01, 2009auth_result not called for some client certificates
Hi everyone,
I am trying to resolve an issue with an irule that is utilized to ask for client certificates for certain folders. The irule works great except for certain client certific...
hoolio
Cirrostratus
Dec 02, 2009Hi Mike,
I'm having a hard time following the exact details of the failure without seeing any logs of a failure.
Is it possible that the client is not sending the client cert first in a set of client and intermediate certs that might be in their client cert bundle? Can you log the subjects for [SSL::cert 0] and higher certs that may be there with something like this:
for { set i 0 } { $i < [SSL::cert count] } { incr i } {
log local0. "Cert $i subject: [X509::subject [SSL::cert $i]]"
}
Aaron
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