TLS Verification

To verify the TLS version in use, execute the following commands:
openssl s_client -connect <hostname>:<port> -tls1
openssl s_client -connect <hostname>:<port> -tls1_1
openssl s_client -connect <hostname>:<port> -tls1_2
Was this page helpful?