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: *.sipengines.com
I ran this command: certbot -v renew --dry-run
It produced this output: 2025-05-16 14:24:15,461:DEBUG:certbot._internal.main:certbot version: 2.3.0202 - Pastebin.com
My web server is (include version): using haproxy 2.2.9-2
The operating system my web server runs on is (include version): debian 11
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): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 2.3.0
Hello,
I have been using certbot to auto-renew a wildcard certificate via a python dns-constellix authenticator for several months.
Yesterday the certificate expired and I realized the service certbot service was stopped on the server. There seemed to be a new certificate named sipengines.com.conf-0001
in addition to the previously working sipengines.com.conf
. I don't know why that would be?
Restarting the certbot service failed and it was caused by this new rogue certificate. I deleted the new certificate and restarted the service successfully.
However now I am testing renewals but it is failing due network unreachable. I don't know why I am not able to reach the servers all of a sudden. We are using CF as DNS 1.1.1.1
I also used your letsdebug.net with *.sipengines.com
and sipengines.com
and both returned:
All OK!
No issues were found with sipengines.com. If you are having problems with creating an SSL certificate, please visit the Let's Encrypt Community forums and post a question there.
Some other tests I have performed:
curl -4 https://ifconfig.co
38.67.242.144
curl -v https://acme-staging-v02.api.letsencrypt.org
* Trying 172.65.46.172:443...
* Trying 2606:4700:60:0:f41b:d4fe:4325:6026:443...
* Immediate connect fail for 2606:4700:60:0:f41b:d4fe:4325:6026: Network is unreachable
* connect to 172.65.46.172 port 443 failed: Connection timed out
* Failed to connect to acme-staging-v02.api.letsencrypt.org port 443: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to acme-staging-v02.api.letsencrypt.org port 443: Connection timed out
It's behaving like our IP above may be blocked?