Easy way to use HTTPS for local HTTP servers for testing.
Adaptation of https-proxy
npm i -g simple-https-proxy@latest
simple-https-proxy --makeCerts=true
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