If my web server (nginx) has SSL enabled and is listening on port 443, and doing a proxy_pass
into 127.0.0.1:3000
(Meteor app), do I still need the force-ssl
package to ensure all traffic is encrypted? Or does nginx have me covered?
If my web server (nginx) has SSL enabled and is listening on port 443, and doing a proxy_pass
into 127.0.0.1:3000
(Meteor app), do I still need the force-ssl
package to ensure all traffic is encrypted? Or does nginx have me covered?