Skip to content

Instantly share code, notes, and snippets.

@ozuma
Last active August 29, 2015 14:10
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 ozuma/d2af42c62128cceabc6c to your computer and use it in GitHub Desktop.
Save ozuma/d2af42c62128cceabc6c to your computer and use it in GitHub Desktop.
openssl + proxy
http://stackoverflow.com/questions/3220419/openssl-s-client-using-a-proxy
proxytunnel -p yourproxy:8080 -d www.google.com:443 -a 7000 &
openssl s_client -connect localhost:7000 -showcerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment