bot-sdk-node icon indicating copy to clipboard operation
bot-sdk-node copied to clipboard

SSL in Node.JS - not in Nginx

Open segahm opened this issue 7 years ago • 0 comments

The issue with this setup is that it assumes all SSL is handled by the Node. But that's not an industry common practice. The usual setup is to proxy SSL via nginx, and then issue direct requests with a Node.Js service. Instructions on the later would help.

segahm avatar Jun 13 '17 07:06 segahm