Create a Reverse Proxy in NodeJS that can handle multiple secure domains

后端 未结 6 1289
猫巷女王i
猫巷女王i 2021-02-04 17:09

I\'m trying to create a reverse proxy in NodeJS. But I keep running the issue that in that I can only serve one one set of cert/key pair on the same port(443), even though I wa

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-04 17:19

    Bouncy is a good library to do this and has an example of what you are needing.

    As Steffen Ullrich says it will depend on the browser support for it

提交回复
热议问题