garmeeh / local-cors-proxy

Simple proxy to bypass CORS issues.
MIT License
328 stars 81 forks source link

Option to use https #40

Open brunoserrar opened 1 year ago

brunoserrar commented 1 year ago

I've encountered a use case where I needed an HTTPS proxy, so I added an option to pass a certificate, key, and passphrase.

Using with HTTPS: lcp --proxyUrl https://www.yourdomain.ie --cert ./path/to/cert.pem --key ./path/to/key.pem