Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created May 5, 2021 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/6f7471d1de06fbb6ec47e7918b26e4b7 to your computer and use it in GitHub Desktop.
Save lukecav/6f7471d1de06fbb6ec47e7918b26e4b7 to your computer and use it in GitHub Desktop.
Check which TLS version a sites server is running
openssl s_client -connect google.com:443 -tls1_2
openssl s_client -connect google.com:443 -tls1_3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment