The OpenSSL command-line utility s_client is used to test SSL/TLS connections.
Correct syntax:
openssl s_client -connect www.website.com:443
This command will initiate a TLS connection to port 443 on the given domain and allow you to inspect certificates, cipher suites, and server responses.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit