Forum Discussion
Mathew_58739
Nimbostratus
May 17, 2007Insert SSL certificate name into HTTP header
I have a customer that wants the SSL certificate name instead of the ClientIP address re-inserted into the HTTP header. I need some help???
Mathew_58739
Nimbostratus
May 29, 2007I have an updated rule to consider......
when CLIENTSSL_CLIENTCERT {
set sslcert_cn [SSL::cert 0]
}
when HTTP_REQUEST {
HTTP::header insert ClientSSL $sslcert_cn
}
I don't know what value use in the [SSL::cert 0] location to ensure that I am capturing the Common Name. Can you help?
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