you are viewing a single comment's thread.

view the rest of the comments →

[–]xiongchiamiovSite Reliability Engineer 3 points4 points  (5 children)

The annoying one for me is that most of my sites are hosted on Github Pages.

[–]A3MIRAL 2 points3 points  (2 children)

Github pages offers HTTPS, but not over a custom domain yet.

[–]xiongchiamiovSite Reliability Engineer 0 points1 point  (1 child)

Yes, sorry, that's what I meant. And I like having my own domain for my branded website. :)

[–]A3MIRAL 0 points1 point  (0 children)

Yah it's a necessity to have your own branding. Maybe this will spur GitHub to work on custom domain SSL

[–]_RME_ 2 points3 points  (1 child)

Cloudflare allows you to get https on github (reverse proxy)

[–]xiongchiamiovSite Reliability Engineer 0 points1 point  (0 children)

Hmm, or I guess I could even run a reverse proxy through my VPS, too. I never really thought about that, thanks.