https://github.com/blynx/https-dev-proxy
A node https proxy for local development
https://github.com/blynx/https-dev-proxy
https https-proxy nodejs proxy
Last synced: 4 months ago
JSON representation
A node https proxy for local development
- Host: GitHub
- URL: https://github.com/blynx/https-dev-proxy
- Owner: blynx
- License: apache-2.0
- Created: 2023-09-13T15:43:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T07:26:26.000Z (over 2 years ago)
- Last Synced: 2025-07-19T05:32:40.978Z (6 months ago)
- Topics: https, https-proxy, nodejs, proxy
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Start Proxy
- install node packages `npm install` if not done yet (http-proxy has few dependencies. Thats nice.)
- start proxy `npm start :` or just `node proxy.js :`
- e.g. `npm start 8080:9000`
- visit "securely" `https://localhost:8080`
Or start multiple proxys like so: `(trap 'kill 0' SIGINT; node proxy.js 8081 & node proxy.js 8082:9000)`
From https://stackoverflow.com/a/52033580/3004669 👍
## Make cert/key
Already provided. Yet, you may be interested in:
- Now, simply: https://letsencrypt.org/docs/certificates-for-localhost/
- Previously, still interesting: https://blog.arrogantrabbit.com/ssl/Root-CA-macOS/