Kno_96049
Oct 16, 2014Nimbostratus
Read SSL certificate from http header?
I am sending 2 SSL certs from my app to the load balancer
- The standard SSL cert
- A required client certificate I generated, and put the Authority on the F5
In the SSL profile, I enable "Client Authentication" and everything is happy.
However, I have a special case now where I want to send the client certificate to the F5 via a header parameter like:
xmlhttp.setRequestHeader('X-Client-Certificate', Certificate_In_Base64);
Does anyone know if it's possible for the F5 to accept SSL certificates (specifically the client cert) in a non-standard way like iRule that lets me read it from the http header?
Thanks!