Forum Discussion
Tidux_92112
Nimbostratus
Aug 09, 2005How to insert certificate serial number and ssl verify result to http header both ?
As above, I want to deliver ssl cert serial number to http server behind BIG-IP, and redirect the users who has no cert to an error page at same time.
It looks like that if I use two "sessio...
Tidux_92112
Nimbostratus
Jan 10, 2006Maybe you should add some "log" to verify the data that BIP inserted into HTTP header, like this:
if { $ssl_errstr2 eq "ok" } {
set sn [X509::serial_number $ssl_cert2]
log $sn
HTTP::header insert SSLClientCertSN $sn
....Then, you can examine the content of $sn (client certificate serial number) in BIP's log. You will find where the problem is.
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
