I’m running a one-click WordPress site hosted by Vultr on Ubuntu 16.04 x64. I have a validated SSL certificate through Let’s Encrypt for the site www.gegc.ca though I am getting an “Info or Not Secure” icon instead of the padlock.
I ran a check on whynopadlock.com and it showed everything was in shape besides having an outdated TLSv1 protocol enabled that I don’t think is the issue though still a bit fresh and unsure.
I’ve also updated the WordPress general settings for the site addresses to be “https” and not “http”.
I don’t know what my next step should be in troubleshooting so any and all guidance in solving this issue is appreciated.
It looks like right now, your site is not configured to redirect from HTTP to HTTPS. If you go to the HTTP version (http://www.gegc.ca), you’ll see Not Secure, because that’s what Chrome displays for HTTPS pages.
If you go to the HTTPS version (https://www.gegc.ca), you’ll see a green padlock in the address bar, but the contents of the page don’t render correctly. That’s because you are referencing those contents by IP address rather than by domain name, and you don’t have a certificate for that IP address. For instance, you are loading one resource as https://216.155.152.158/wp-content/uploads/2018/11/Flooring-3.png. I believe you need to go into your WordPress admin settings and change the base URL for the site to be your domain name rather than an IP address.
You can see some of the blocked requests by opening the Chrome developer console and reloading the page.