Created
December 21, 2016 13:22
-
-
Save gitfrage/638515bc5da1968c2b8231fb266efb46 to your computer and use it in GitHub Desktop.
curl vs openssl vs gnutls-cli debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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