Skip to content

Instantly share code, notes, and snippets.

@gitfrage
Created December 21, 2016 13:22
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 gitfrage/638515bc5da1968c2b8231fb266efb46 to your computer and use it in GitHub Desktop.
Save gitfrage/638515bc5da1968c2b8231fb266efb46 to your computer and use it in GitHub Desktop.
curl vs openssl vs gnutls-cli debug
# curl debug
curl -v https://www.guitarspecs.info
# copenssl debug
openssl s_client -CApath /etc/ssl/certs -connect www.guitarspecs.info:443 -debug
# gnutls debug
gnutls-cli -V -d 9999 www.guitarspecs.de 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment