python -m proxy \
--key-file https-key.pem \
--cert-file https-signed-cert.pem \
--plugin proxy.plugin.WebServerPlugin \
--enable-web-server \
--num-acceptors 1 \
--log-level d
curl -v \
-k \
--proxy-insecure \
-x https://localhost:8899 \
https://localhost:8899/https-route-example