tls v1.0 v1.1 v1.2 – how to check which tls version your server support?

nmap –script ssl-enum-ciphers -p 443 www.google.com

you can test your script to see the difference. Here are some url that only support a specific tls version.

This subdomain and port only supports TLSv1.2
https://tls-v1-2.badssl.com:1012/

This subdomain and port only supports TLSv1.1
https://tls-v1-1.badssl.com:1011/

This subdomain and port only supports TLSv1.0
https://tls-v1-0.badssl.com:1010/

Leave a Reply

Your email address will not be published. Required fields are marked *