Thursday 28 June 2018

Running Node with HTTPS vs running behind a server like nginx running HTTPS?

I'm working on a toy application but want to try to make it as real-world as possible. As part of this I'd like the app to be served over HTTPS.My question is, what is usually done? Configure the Node server to serve over HTTPS, or leave it as HTTP and put it behind like an nginx server which is configured for HTTPS?

Submitted June 28, 2018 at 04:32PM by thinksInCode

No comments:

Post a Comment