TLS 1.2

From Public wiki of Kevin P. Inscoe
Revision as of 19:35, 2 April 2018 by Kinscoe (talk | contribs) (Created page with "==How to test for TLS 1.2 support== ===OpenSSL=== <pre> $ openssl s_client -connect google.com:443 -tls1_2 | grep Protocol ... Protocol : TLSv1.2 </pre> ===nmap=== <pre>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to test for TLS 1.2 support

OpenSSL

$ openssl s_client -connect google.com:443 -tls1_2 | grep Protocol
...
 Protocol  : TLSv1.2

nmap

$ nmap --script ssl-enum-ciphers -p 443 www.example.com