1.0.3 • Published 3 years ago

ssl-proxy v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ssl-proxy

example workflow

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.

1.0.3

3 years ago

1.0.2

4 years ago

1.0.0

4 years ago