Search code examples
google-chromesslwebcertificatessl-certificate

Web Browsers Don't Pick Up SSL Certificate


I am setting up a ssl certificate for a website

http://www.wegetitall.ca

I have checked it with many different ssl checkers and everything is ok but neither chrome nor internet explorer pick it up. There is no lock sign in chrome and it doesn't even say the certificate is not secure, it just doesn't see it at all.

The certificate was bought from godaddy and more information about it can be found here: https://www.sslshopper.com/ssl-checker.html#hostname=www.wegetitall.ca

What could be the reasons it doesn't show?


Solution

  • I can see SSL connection with your website. When you connect to your website, make sure you type https:// .... NOT http://

    if the connection is http, you can redirect to https. Check this thread for redirecting (it's based on a server with PHP running. Find the correct one that's applicable to you).

    enter image description here