Forum Discussion
Gordon_Widera_1
Nimbostratus
May 15, 2007Inserting client certificate in header request
Hello,
I have an iRule that works but I need to modify the prefex of the header request.
when HTTP_REQUEST {
if {[SSL::cert count] > 0} {
HTTP::header replace SSL_Client_...
Deb_Allen_18
Jun 20, 2007Historic F5 Account
Try this:
when HTTP_REQUEST {
if {[SSL::cert count] > 0} {
HTTP::header replace SSL_Client_Cert [substr [X509::whole [SSL::cert 0]] 5]
}
}
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