getting ssl certificate issued to programatically -
Trying to access the URLs running on IIS (6 or 7) and trying to find out what the SSL is, the certificates and especially those certificates issued. Usually this is the URL of the site if the certificate is valid. However, in my case I want to get information from an internal IP which is behind LoadBlasser, so I can not believe it. Does anyone know how this can be achieved? Preferably using C #, but I'm open to any other development language
I have a way He has managed to find that If you install OpenSSL: (and here a Windows version) you can use its command line interface to query a certificate like this: openssl s_client -connect IP: 443 Then you just check the response to that site The certificate which was required to be issued was required.