Lightweight proxy for local HTTPS development using self-assigned SSL certificate.
npm install ssl-proxyssl-proxy
===============
!example workflow
Lightweight proxy for local HTTPS development using self-assigned SSL certificate.
Install
-------
``sh`
npm install -g ssl-proxy
Run
---
`sh`
ssl-proxy--source
Defaults to source port 3001 and target 3000. To specify different ports, add the and --target parameters.`sh``
ssl-proxy --source 80 --target 3001
Warnings about self-assigned certificates are safe to ignore during development.