Certified Ethical Hacker 312-50v10 – Question228

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?


A.
openssl s_client site www.website.com:443
B. openssl_client site www.website.com:443
C. openssl_client connect www.website.com:443
D. openssl s_client connect www.website.com:443

Correct Answer: D