Skip to content

Instantly share code, notes, and snippets.

@rafaelnize
Created August 23, 2021 05:09
Show Gist options
  • Save rafaelnize/7bf4f4ec064cf2df9cfd0ca2725f2682 to your computer and use it in GitHub Desktop.
Save rafaelnize/7bf4f4ec064cf2df9cfd0ca2725f2682 to your computer and use it in GitHub Desktop.
Check if wbgserver supports SNI extension for HTTPS
openssl s_client -connect www.linio.com.mx:443 | openssl x509 -noout -text | grep DNS:
If you get DNS: output with different domains, the SNI extension is supported!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment