OpenSSL on Linux servers includes a command line tool for testing TLS. What is the name of the tool and the correct syntax to connect to a web server?
openssl s_client -site www.website.com:443
openssl_client -site www.website.com:443
openssl s_client -connect www.website.com:443
openssl_client -connect www.website.com:443
Submit