local-ssl-proxy
自己署名証明書を使ったシンプルな SSL HTTP プロキシ。ローカル開発専用。便利。
https://www.npmjs.com/package/local-ssl-proxy
npxでインストールしてさっとプロキシできる
code:sh
❯ npx local-ssl-proxy --source 3001 --target 3000
Need to install the following packages:
local-ssl-proxy@2.0.5
Ok to proceed? (y) y
Started proxy: https://localhost:3001 → http://localhost:3000