Last active
October 27, 2023 19:59
-
-
Save pfrozi/af127c3d4e2c9e44603968cb1f6e1516 to your computer and use it in GitHub Desktop.
ssltests
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
echo | openssl s_client -servername rubygems.org -connect rubygems.org:443 2>/dev/null | openssl x509 -text -noout | |
echo | openssl s_client -servername rubygems.org -connect rubygems.org:443 2>/dev/null | openssl verify -CApath /etc/ssl/certs/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment