ssl-proxy
v1.0.3
Published
Lightweight proxy for local HTTPS development using self-assigned SSL certificate.
Downloads
263
Readme
ssl-proxy
Lightweight proxy for local HTTPS development using self-assigned SSL certificate.
Install
npm install -g ssl-proxy
Run
ssl-proxy
Defaults to source port 3001 and target 3000. To specify different ports, add the --source
and --target
parameters.
ssl-proxy --source 80 --target 3001
Warnings about self-assigned certificates are safe to ignore during development.