Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 232 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 232 Bytes
pacman --http-port 8080 --https-port 8443 --cert mycert.pem --key mykey.pem --bind 0.0.0.0
curl -v -x http://localhost:8080 https://www.google.com
curl -v -k --proxy-insecure -x https://localhost:8443 https://www.google.com