SSL certification deployed

Today I deployed SSL certification on my blog. As a result, my blog is only available from HTTPS, and all attempting from HTTP will be redirected to HTTPS. To do this, just add this to the Apache2 available sites configuration, like this:

<VirtualHost *:80>
	ServerName aleph0.me
	Redirect / https://aleph0.me/
</VirtualHost>

A small vignette is that they give me a mismatch cert after I receive this message from Namecheap. Apache refused to restart, then. So, I had to ask them to reissue my cert. read more