Forum Discussion
JRahm
Admin
Jan 27, 2011Object not displaying all fields
Hello,
we need to forward client ssl cert via http header, here is the sample Irule defined:
when HTTP_REQUEST {
set client_cert [SSL::cert 0]
log local0....
Colin_Walker_12
Sep 28, 2007Historic F5 Account
It's interesting that in your log, the last entries, where the X509::whole command failed, there is no entry for the X509::subject command either. It seems as though the X509 commands didn't like the cert that got passed that time. Did something change?
Odd...
Colin