Pandy's Blog

Pandy Song

Https Proxy Server in Python

https proxy server

Sometime you may need a simple proxy server to workaround the network limitation.

https server

using https://github.com/qwj/python-proxy

On windows:

pproxy.exe -i http+socks://:8123

On Client

$ pip install –proxy https://serveraddress:8123 –user flake8