Forum Discussion
PicassoMendez
Nimbostratus
Oct 04, 2013iRule config to Rewrite SSL Header for Transactions
We need to pull three values out of the Client SSL and put them in the Server SSL. Currently we tried using a rule that creates a Session Table to store these. Since this is a API and not a web pag...
Kevin_Stewart
Employee
Oct 04, 2013Ahh, well then the server SSL doesn't matter. Actually, and I believe this behavior changed not too long ago, the SSL::cert information should persist across requests, so you should simply be able to do something like this:
when HTTP_REQUEST {
HTTP::header insert CERTDATA "[SSL::verify_result] - [X509::serial_number [SSL::cert 0]] - [X509::issuer [SSL::cert 0]] - [X509::subject [SSL::cert 0]]"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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