simple-https-proxy

1.3.1 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i simple-https-proxy

    Weekly Downloads

    7

    Version

    1.3.1

    License

    MIT

    Unpacked Size

    12.3 kB

    Total Files

    9

    Last publish

    Collaborators

    • prageethsilva