Switching Your Site to HTTPS on a Shoestring Budget
css-tricks.com
Switching Your Site to HTTPS on a Shoestring Budget
1–10 of 63 posts
Re: Switching Your Site to HTTPS on a Shoestring Budget
#2Not only do they control your DNS they also control all traffic going to your site, also the connection between you and them is not encrypted.
I figured this would be a tutorial for letsencrypt. Cloudflare certainly is an option but it's not one I would recommend for -most- people unless I know why they're opting for SSL. If it's static content then sure- but I don't support cloudflare for dynamic content. I'm responsible for things like passwords and I can't keep that responsibility if I actually choose to MITM my own site with an external company.
Trust doesn't enter into it. I don't trust myself with your password so why would I trust anyone else?
Re: Switching Your Site to HTTPS on a Shoestring Budget
#3Re: Switching Your Site to HTTPS on a Shoestring Budget
#4Get SSL from using a thirdparty MITM? Not only do they control your DNS they also control all traffic going to your site, also the connection between you and them is not encrypted. I figured this would be a tutorial for letsencrypt. Cloudflare certainly is an option but it's not one I would recommend for -most- people unless I know why they're opting for SSL. If it's static content then sure- but I don't support clou…
The tutorial uses the Full encryption option, which does encrypt the data between your origin server and Cloudflare. You might be thinking of their flexible SSL option?
[EDIT] I might add that for anyone not using GitHub Pages as per the tutorial, they'll need additional steps to get Full SSL working with Cloudflare. It's not effortless.
Re: Switching Your Site to HTTPS on a Shoestring Budget
#5https://rocknerd.co.uk/2016/12/04/rocknerd-is-now-fully-ssl-...
It took ten minutes. I boggled at how easy it was.
Re: Switching Your Site to HTTPS on a Shoestring Budget
#6Why don't they mention Let's Encrypt? It is free and easy to setup.
Re: Switching Your Site to HTTPS on a Shoestring Budget
#7Is this meant to be camouflaged advertising for Cloudflare? Why don't they mention Let's Encrypt? It is free and easy to setup.
Re: Switching Your Site to HTTPS on a Shoestring Budget
#8Cloudflare is a valid suggestion, albeit (IMO) inferior to letsencrypt in many cases. Surprised to not see it mentioned here, given that it also costs nothing, for arguably more security.
One little article and they kill your site with no warning.
Re: Switching Your Site to HTTPS on a Shoestring Budget
#9Get SSL from using a thirdparty MITM? Not only do they control your DNS they also control all traffic going to your site, also the connection between you and them is not encrypted. I figured this would be a tutorial for letsencrypt. Cloudflare certainly is an option but it's not one I would recommend for -most- people unless I know why they're opting for SSL. If it's static content then sure- but I don't support clou…
Re: Switching Your Site to HTTPS on a Shoestring Budget
#10Cloudflare is a valid suggestion, albeit (IMO) inferior to letsencrypt in many cases. Surprised to not see it mentioned here, given that it also costs nothing, for arguably more security.
For the sort of thing that you'd host on GHP, this is totally fine in my opinion. In fact, because CF is a pretty good CDN it likely accelerates page load times considerably for Non-Americans.
(I wish it'd be possible to do something similar for readthedocs, which only has one origin and it's located in North America, but alas this doesn't really work).