Skip to content

Instantly share code, notes, and snippets.

@pfrozi
Last active October 27, 2023 19:59
Show Gist options
  • Save pfrozi/af127c3d4e2c9e44603968cb1f6e1516 to your computer and use it in GitHub Desktop.
Save pfrozi/af127c3d4e2c9e44603968cb1f6e1516 to your computer and use it in GitHub Desktop.
ssltests
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