Forum Discussion

Graziano_Rizzat's avatar
Graziano_Rizzat
Historic F5 Account
Sep 28, 2007

TCL error: Rule Client_cert_in_HTTP_Header2 - while executing "X509::whole $c_cert"

Hello,     we need to forward client ssl cert via http header, here is the sample Irule defined:     when HTTP_REQUEST {     set client_cert [SSL::cert 0]     log local0....