bot-sdk-node
bot-sdk-node copied to clipboard
SSL in Node.JS - not in Nginx
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.