AndOs
Sep 10, 2011Cirrostratus
Forward client certificate info to applications
We have a custom .NET application from a third party that uses client certificate information to authenticate users.
The application runs on a single web server at the moment and handles the SSL processing by itself.
(basically a port forward in the firewall of port 443 to the server)
I would like to load balance the application om multiple servers and do SSL termination in the big-ip.
I have used up all means to make the developer support reading cert info from anything other than the ”built in objects in .NET”.
Is there any tools from F5 or third party products that would let me forward the client certificate information from the big-ip down to the web server and into the application?
Basically something that can get the forwarded cert info from the big-ip and place it into the internals of the server so that the application can read it.
Perhaps it needs to be an ISAPI-filter / IIS module, or a service running on the servers?
/Andreas