Skip to content

Instantly share code, notes, and snippets.

@saltukalakus
Created January 21, 2021 10:15
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 saltukalakus/f07dd663094109fa6299032bd34d4685 to your computer and use it in GitHub Desktop.
Save saltukalakus/f07dd663094109fa6299032bd34d4685 to your computer and use it in GitHub Desktop.
TLS troubleshoot
# Check if a custom domain supports TLS 1_x
openssl s_client -connect saltukalakus-cd-27cmr6vn4orkxckx.edge.tenants.auth0.com:443 -servername demo.saltukalakus.com -tls1_1
openssl s_client -connect saltukalakus-cd-27cmr6vn4orkxckx.edge.tenants.auth0.com:443 -servername demo.saltukalakus.com -tls1_2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment