Forum Discussion
James_Thomson
Employee
Dec 13, 2004Inserting client certificate information into HTTP headers
To accomplish this, from reading the manual, it looks like I want to be using this:
SSL::modssl_sessionid_headers
and then
HTTP::header insert_modssl_fields
...
bl0ndie_127134
Dec 13, 2004Historic F5 Account
There is an open issue with using the 'whole' option and will be fixed on the next release. You can track the issue using CR43015. You can work around this by hand rolling the header insert in the following way.
when HTTP_REQUEST {
set my_cert_0 [SSL::cert 0]
HTTP::header insert SSLClientCert [b64encode $my_cert_0]
}
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