I am in the process of deploying my Meteor app via Docker, so far I’ve basically got the app running (as a Node server) in a Docker container. As my next step, I want to enable HTTPS for it.
So I guess what I would like to know is:
- What’s the most priceworthy/trustworthy alternative for buying an SSL certificate?
- How do I implement HTTPS for my app given a certificate, should I f.ex. use Nginx for this purpose?
1 Like
Thanks @arunoda, I appreciate your help. Could you recommend a cheap (re-)seller of certificates though?
With NameCheep you can buy it for ~10$/year.
Or you can use Cloudflare FREE SSL.
@arunoda: HTTPS is working for my site now, great! However, how do I redirect HTTP requests to HTTPS? And, how do I redirect www.muzhack.com to muzhack.com?
You need to install force-ssl for ssl.
Can do something similar for www directs too.
@arunoda I solved the HTTPS/www stuff with Nginx. I forked mup-frontend-server and tweaked it
I cannot understand why StartSSL is so little known. I have been using their free certs for years with zero problems.