Sign inSign up

goodguide/devtools-proxy-ssl

By goodguide

Updated almost 11 years ago

Image
0

375

goodguide/devtools-proxy-ssl repository overview

This sets up an insecure Nginx proxy with configurable upstream, generating a self-signed SSL certificate at runtime. The intent is to proxy with SSL during development for certain apps that enforce using SSL.

Run it like so:

docker run --rm -e PROXY_TO_URI='http://ADDRESS:3000' -p 8080:443 goodguide/devtools-proxy-ssl

Where ADDRESS is an IP or hostname reachable from the docker environment, pointing to the app in question.

After that, hit https://docker-address:8080 in a browser and ackowledge the insecure cert warning, then it should be smooth sailing.

Tag summary

Content type

Image

Digest

sha256:48516a82a

Size

172.7 MB

Last updated

almost 11 years ago

docker pull goodguide/devtools-proxy-ssl