SSL and Meteor (do I need force-ssl package?)

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?

Not really. You can accomplish this with nginx.

1 Like