Report this

What is the reason for this report?

Unsecured Wordpress after Certbot SSL

Posted on August 31, 2019

I created a droplet with a one-click Wordpress installation. I set up the domain and pointed the DNS in Namecheap. After that everything looks like it is working when checking the domain, it would take me to the Wordpress site. As a final step, I created the Certbot certificate and it goes through successfully, but then after doing that my website becomes unsecured because: NET::ERR_CERT_COMMON_NAME_INVALID

I’ve tried this a few times today with the same result. Am I missing a step somewhere?



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.

Hello Samcro

Can you please check the SSL for your domain using the following link:

https://www.sslshopper.com/ssl-checker.html

It will show you if there is an installed SSL Certificate on your server for the domain name. Also since you’ve mentioned that the DNS was recently updated, keep in mind that there might be DNS cache as the DNS needs some time in order to fully propagate, usually it’s faster but this might take up to 24 hours.

If the domain does not have a SSL Certificate installed and you can see that it’s loading from your droplet you can check the apache/nginx virtual host for the domain name and make sure everything is set correctly.

The other option will be to issue/install the SSL using certbot again. This article is really good:

https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04

Let me know how it goes.

Alex

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.