HTTPS for GitHub Pages
github.com
HTTPS for GitHub Pages
1–10 of 102 posts
Re: HTTPS for GitHub Pages
#2Re: HTTPS for GitHub Pages
#3I "cheated" the system by having a script that will redirect you to the HTTPS version if you click on anything from the HTTP protocol, which kind of accomplishes forcing the HTTPS encryption, but not really.
Then I've decided to switch to my own domain and just use CloudFlare (+ whitelisting Tor).
Now I'm kind of thinking about switching to GitLab Pages since they pretty much kick the hell out of GitHub Pages in every single way when you compare their features (like, you can use any static site generator and you can roll your own Lets Encrypt SSL certificate on them).
Re: HTTPS for GitHub Pages
#4Re: HTTPS for GitHub Pages
#5Re: HTTPS for GitHub Pages
#6About damn time! I "cheated" the system by having a script that will redirect you to the HTTPS version if you click on anything from the HTTP protocol, which kind of accomplishes forcing the HTTPS encryption, but not really. Then I've decided to switch to my own domain and just use CloudFlare (+ whitelisting Tor). Now I'm kind of thinking about switching to GitLab Pages since they pretty much kick the hell out of Git…
Re: HTTPS for GitHub Pages
#7Doesn't appear to work with custom domains.
Re: HTTPS for GitHub Pages
#8Doesn't appear to work with custom domains.
Maybe GH doesn't want the responsibility of hosting everyone's private keys.
Re: HTTPS for GitHub Pages
#9Doesn't appear to work with custom domains.
> HTTPS is not supported for GitHub Pages using custom domains.
Not unsurprising, but unfortunate.
Re: HTTPS for GitHub Pages
#10About damn time! I "cheated" the system by having a script that will redirect you to the HTTPS version if you click on anything from the HTTP protocol, which kind of accomplishes forcing the HTTPS encryption, but not really. Then I've decided to switch to my own domain and just use CloudFlare (+ whitelisting Tor). Now I'm kind of thinking about switching to GitLab Pages since they pretty much kick the hell out of Git…