HTTPS

How To Redirect in Nginx all Domain Name Versions to https://www

19 June, 2018 210 views

As you might already know search engines (Google) sees www.domain.com and domain.com as two separate domain names. If you are not using 301 redirects (www to non-www or vice verse)you might get penalized for duplicate content.  In Ngnix,…


How To Fix Mixed Content Errors From Disqus on HTTPS site

28 August, 2017 446 views

Today I noticed that SSL connection on this blog had errors due to “mixed content”, meaning HTTPS site was loading additional content that was served over insecure HTTP. After a little bit of digging in the console, I discovered that the…


How to replace all "http" hyperlink with "https" Drupal

3 April, 2016 5,139 views

Recently I made a switch from http to https. I was pretty pleased with results, and started to wait for possible SEO boost from Google. As time passed, instead of boost some traffic drop started to appear in my Google Analytics account. I…


Let's Encrypt to fix HTTPS Certificate incompatibility with Windows XP and Google Chrome

9 March, 2016 2,564 views

It was about a month ago - when I successfully installed secure https pages for my blog, I opted for using free certificate provided by Let's Encrypt certificate authority. I first heard Let's Encrypt certificate authority from KeyCDN. It…