Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: ttcjim.com
I ran this command: sudo certbot --expand -d ttcjim.com
It produced this output: “Not Secure”, Certificate: Invalid
My web server is (include version): Digital Ocean
The operating system my web server runs on is (include version): LEMP stack, Ubuntu 14.04
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know): Yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): WordPress 4.9.1
Hi, I recently created a new Wordpress install for ttcjim.com in a server also used to host another website. When I first ran Let’s Encrypt (Using Certbot), I only added the certificate for the other website and all was well (I was getting Secure). I then added the new site ttcjim.com by using “sudo certbot --expand -d ttcjim.com”.
Actions taken after:
I did get a few “nginx: [warn] conflicting server name “www.ttcjim.com” on 0.0.0.0:80, ignored” warnings while running the above, so “to be safe” I ran the above with “www.ttcjim.com” as well.
When going to my site, I was getting “Not Secure” in the address bar and upon clicking it, Certificate: “Invalid”, while being issued to “www.ttcjim.com” (even though my website is at “ttcjim.com”).
While on the website, I pressed F12 in chrome and the only non-https link I see is “http://www.w3.org/1999/xhtml”, which I can’t figure out how to change, though in other threads, doesn’t seem to be a problem.
I’ve tried changing the Wordpress theme (to the preloaded ones), but still get the same Not Secure while logged in as admin and on the main site.
Afterward, I removed the www.ttcjim.com certificate using “certbot delete” thinking there was some kind of conflict with the ttcjim.com certificate (which I kept), but this didn’t solve anything.
Help?