Skip to content

Instantly share code, notes, and snippets.

@snj
Created October 21, 2013 06:09
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 snj/7079345 to your computer and use it in GitHub Desktop.
Save snj/7079345 to your computer and use it in GitHub Desktop.
decrypting https
openssl req -new -x509 -newkey rsa:1024 -out server.pem -keyout server.pem
socat -d -d openssl-listen:10443,reuseaddr,fork,cert=server.pem,verify=0 openssl:$target:443,verify=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment