How to enable TLS 1.2 on Windows Server 2008 R2

Problem How to enable TLS 1.2 on Windows Server 2008 R2? Resolution QuoVadis recommends enabling and using the TLS 1.2 protocol on your server.  TLS 1.2 has improvements over previous versions of the TLS and SSL protocol which will improve your level of security.  By default, Windows Server 2008 R2 does not have this feature enabled.  This KB … Read more

Letsencrypt + Certbot

Letsencrypt provides free SSL certificates Certbot automates re-newal and installation of the certificates Install Certbot: $ sudo add-apt-repository ppa:certbot/certbot $ sudo apt-get update $ sudo apt-get install python-certbot-apache Generate and install the certificate $ certbot –apache Generate the certificate only $ certbot –apache certonly Generate wildcard certificate $ sudo certbot certonly –manual –preferred-challenges=dns –email [email protected]Read more

Your connection is not private

Update 2/19/2017: I got a new certificate from www.sslforfree.com Now the site should work with all browsers.   If you were trying to access my blog recently with Google Chrome or Mozilla Firefox the chance is you have seen this warning: Please, do not get alarmed – I am not trying to steal your information … Read more