Domain: https://americanselfstorageok.com
Yesterday morning it started giving a "your connection is not private" warning for me and all of the users and client. It didn't renew the certs automatically for some reason.
I ssh'd into the server and did a certonly
, successfully renewing the certs.
Now I can access the site just fine and the lock drop-down shows me a cert signed by my local bitdefendor anti-virus. I've checked on Chrome, Firefox, and Edge on my computer. Some other devs have checked and they say it's fine. Everyone else says they are seeing the warning and I get the warning on Chrome, Duckduckgo, and Brave browsers on my phone. Desktop still shows good certs and secure connection for me.
I thought maybe it takes time to propagate or replace old cert requests or something.
I'm a little worried my server was hacked or something. The website looks the same, nothing is 'off' and I pulled from git some changes I pushed locally.
I don't know why else this could be happening. The site has been up for several years without this issue and the certs always auto-renewed. Any advice?
- Ubuntu 18.04
- nginx
- gunicorn
- cerbot installed through snap
When I use sudo certbot renew
it says "Cert not yet due for renewal". I used sudo cerbot certonly
and it validated the urls and made the certs. Am I just not using the new certs?