Skip to content

Lightweight proxy for local HTTPS development using self-assigned SSL certificate.

Notifications You must be signed in to change notification settings

samuelgoldenbaum/ssl-proxy

Repository files navigation

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.

About

Lightweight proxy for local HTTPS development using self-assigned SSL certificate.

Resources

Stars

Watchers

Forks

Packages

No packages published