Issue with certificate renewal #3556
-
|
I've just noticed that the web certificate has expired to our dev instance. Tried a reboot and now we can't connect at all. Just getting "This site can’t provide a secure connection" This hasn't been an issue before. We did, however, upgrade to 3.3.5 recently. xxxxxxxxxxxxxxxxxxxxx:/opt/postal/config$ cd /opt/postal/caddy-data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/ Switching to root, I can get in and create a new certificate using: openssl req -x509 -nodes -newkey rsa:2048 However i imagine that because it's only accessible through root, caddy can't get to it. Looking at our live system, the cert expires in 6 days: The system receives mail no problem and sends it to the end point, however the callback to the api is failing due to the cert issue. Any advice would be greatly welcome, or if you need more logs - let me know |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Figured it out, as our postal systems are now behind a firewall, I'm guessing Letsencrypt or the renewal process was trying to call the public IP of the system which was timing out. I made it public briefly, rebooted caddy and it renewed the cert. |
Beta Was this translation helpful? Give feedback.
Figured it out, as our postal systems are now behind a firewall, I'm guessing Letsencrypt or the renewal process was trying to call the public IP of the system which was timing out.
I made it public briefly, rebooted caddy and it renewed the cert.