https://github.com/layerssss/devhttps
HTTPS proxy for emulating secure connections in development.
https://github.com/layerssss/devhttps
developer-tools https-proxy
Last synced: 4 months ago
JSON representation
HTTPS proxy for emulating secure connections in development.
- Host: GitHub
- URL: https://github.com/layerssss/devhttps
- Owner: layerssss
- License: mit
- Created: 2016-07-01T01:55:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T03:37:09.000Z (over 9 years ago)
- Last Synced: 2025-04-23T20:24:23.574Z (8 months ago)
- Topics: developer-tools, https-proxy
- Language: CoffeeScript
- Homepage:
- Size: 6.84 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
# local network or any custom host
devhttps 443 80 192.168.1.101
```
## 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.

Keep the private key safe!