1.0.5 • Published 8 years ago

devhttps v1.0.5

Weekly downloads
13
License
MIT
Repository
github
Last release
8 years ago

devhttps

HTTPS proxy for emulating secure connections in development.

Usage

# grab npm by installing node.js
npm install -g devhttps

devhttps 1443 80
# then map your localhost:443 to your localhost:1443

# or directly..
sudo devhttps 443 80

How to let the Chrome display the green lock

First time you run devhttps, it will generate the CA certificate (with its private key) under ./.devhttps.ca.crt. Import it and mark it trusted then restart your browser.

screen shot 2016-07-08 at 10 21 44 am

Keep the private key safe!

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago