Report this

What is the reason for this report?

I installed letsencrypt certificate.But site is showing not secure

Posted on May 22, 2020

I installed the lets encrypt certificate on my wordpress site at the initial setup. But site is showing insecure while the url is https only. But admin dashboard is secured but remaining all pages of the site is non secured



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there @matam,

It does not look like a server configuration problem, it sounds like that you might have mixed content on the page which could be causing the not secure message in your browser.

Mixed content basically means that you have some resources like images, CSS, js files, or external resources loading from HTTP rather than HTTPS.

You can use this site here to show you which resources are not loading via https:

https://www.whynopadlock.com/

Just put the full URL that you would like to check this for and the site would give you a list of the resources which are loading via HTTP and you would need to update the references for them to HTTPS.

Another way to check that is via your web browser console, there you would also see a mix content warning for the specific resources.

Hope that this helps! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.