HTTPS All The Things

Reading time ~1 minute

One does not simply use HTTPS. At least not yet.

Github Pages is great. That is why I use it.

One of the features it lacks though, is the ability to use HTTPS with a custom domain. You may read that again. It will allow it eventually, but not today.

However, fear not! This is 2017 and we use computers, therefore we can do whatever we want. It’s just a matter of how much effort are you willing to put in.

Some clever folks come up with some workarounds like this and this.

The trick is to use Cloudflare’s free service that provides a SSL certificate to have HTTPS going from the user to the cloudflare servers. Then they redirect the traffic to github pages on HTTP. As I said, a workaround.

Although not perfect, this solves most of the issues (e.g. the hacker is on the same unsecured Wi-Fi network) and it allows your site to behave as if it has SSL (e.g. for web crawlers, APIs). Besides, all this is free.

If you know better, please do let me know on the comments below!

This post is too short, I want to read more:

Access IIS Express from another machine

How to Access IIS Express from another machine Continue reading

Initial Commit

Published on January 04, 2017