Check if Endpoint Supports TLS 1.0 / TLS 1.1

Tested with Amazon Linux 2

Easily done with openssl

openssl s_client -connect www.website.com:443 -tls1
openssl s_client -connect www.website.com:443 -tls1_1

Last updated

Was this helpful?