Quantcast
Viewing latest article 2
Browse Latest Browse All 21

Extract A Server Certificate From A HTTPS Connection.

You can simply extract information about the SSL certificate of HTTP connections using OpenSSL<code> openssl s_client -connect ${URL}:${PORT}</code> For example: <code> openssl s_client -connect checkout.google.com:443</code> From there, it is only redirecting the output to a file or extracting information out of...

Viewing latest article 2
Browse Latest Browse All 21

Trending Articles