SSL on Wordpress site on Azure

I’m running WordPress on Azure as an Azure App. I’ve installed the Let’s Encrypt site extension and finished the configuration successfully. I’ve also added rewrite rules from http to https and to remove www. I configured Wordpress to use https for my site urls. But when I navigate to https://wouterdekort.com, I don’t get the Secure badge in Google Chrome. But when I go to /admin it suddenly does show that my site is secure.

Checking sslchecker (https://www.sslshopper.com/ssl-checker.html#hostname=www.wouterdekort.com) shows that my site has a certificate and that everything should be ok.

What can I have done wrong that the certificate only applies to /admin and not to the root of my site (and other subpages). Is this a WordPress issue?

The issue didn’t have anything to do with Let’s Encrypt. I was still referencing images over HTTP which marked my site as insecure. Using the Developer Tools and inspecting which images where loaded over HTTP helped me fix the issue.

For people encountering this issue in the future, there is also a convenient tester at

https://www.whynopadlock.com/

that can diagnose this kind of problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.