1.3.1 • Published 4 years ago

simple-https-proxy v1.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

simple-https-proxy npm version

Easy way to use HTTPS for local HTTP servers for testing.

Adaptation of https-proxy

Install globally

npm i -g simple-https-proxy@latest

Generate certs

simple-https-proxy --makeCerts=true

Run proxy

simple-https-proxy [--target=http://localhost:5555] [--host=localhost] [--port=3001] [--rewriteBodyUrls=false]

e.g.

simple-https-proxy --target=http://localhost:5555 --host=localhost --port=3001 --rewriteBodyUrls=false

Go to https://localhost:3001

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago