SSL With node / IIS

后端 未结 1 1777
梦如初夏
梦如初夏 2020-12-12 03:51

My current setup with the company i\'ve joined is IIS is being used as our main web server, using a CA signed certificate. I\'ve got access to the certificate.pdx aswell as

相关标签:
1条回答
  • 2020-12-12 04:38

    It would be best if the IIS could proxy the requests to your Node app. That way your Node app wouldn't even need a certificate (if it's on localhost). See this answer for more details:

    • Configuring HTTPS for Express and Nginx

    It uses the example of nginx but you should be able to proxy the requests with IIS as well. See this tutorial:

    • Setup IIS with URL Rewrite as a reverse proxy for real world apps
    0 讨论(0)
提交回复
热议问题