Extracting SSL Certificate Issuer from Server Side Connection
Hello!
I'm currently trying to build an iRule to extract the SSL Certificate Issuer from the Server Side Connection. All of the examples I have seen is based on the Client Side.
To give you some background, there is currently a bug in BIG-IP SWG where it actually intercepts the SSL session when its specifically configured not to. We have mitigate the problem using an iRule but the problem still occurs, yet more uncommon. Capturing evidence of this is difficult but I figure we can at least create a log entry whenever the certificate is signed by the SWG, thus, we are intercepting the SSL session.
When capturing the error using tcpdump, in Wireshark, I want specifically this information:
You can clearly see here that *.fz.se is signed by my SWG. Having a log entry created for this would give us an indication of how often the problem occurs.
Using iCall to trigger a tcpdump would be even better but I think at this point it will be too late to run a tcpdump.