ZipperZapper
Verified User
- Joined
- Nov 30, 2015
- Messages
- 142
A few weeks ago I upgraded my server from Ubuntu 18.04 to Ubuntu 20.04. I did the release upgrade on the machine itself and rebuild all the Directadmin software afterwards with the Custombuild plugin.
All seemed to work fine, but now a few weeks later it turns out Let's Encrypt somehow stopped working. Every domain on my server gives the same error sequence:
I use the ConfigServer Security & Firewall and did not change any paramaters after the Ubuntu upgrade. I also tried to disable it completely because of the firewall reference in the log, but it does not make a difference.
I tried rebuilding all the Directadmin software again:
But again, no difference and the same error messages.
I searched in this forum and general Google, but I can't seem to find the right way to debug this.
Is there anybody here who knows this error and knows how to debug this?
All seemed to work fine, but now a few weeks later it turns out Let's Encrypt somehow stopped working. Every domain on my server gives the same error sequence:
Code:
2023:03:02-16:36:50: LetsEncrypt(2724347): exit code: 1 for domain='XXX.XX' : 2023/03/02 16:34:45 [INFO] [XXX.XX] acme: Obtaining SAN certificate
2023/03/02 16:34:46 [INFO] [XXX.XX] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/XXXXX
2023/03/02 16:34:46 [INFO] [www.XXX.XX] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/XXXXX
2023/03/02 16:34:46 [INFO] [XXX.XX] acme: Could not find solver for: tls-alpn-01
2023/03/02 16:34:46 [INFO] [XXX.XX] acme: use http-01 solver
2023/03/02 16:34:46 [INFO] [www.XXX.XX] acme: Could not find solver for: tls-alpn-01
2023/03/02 16:34:46 [INFO] [www.XXX.XX] acme: use http-01 solver
2023/03/02 16:34:46 [INFO] [XXX.XX] acme: Trying to solve HTTP-01
2023/03/02 16:35:38 [INFO] [www.XXX.XX] acme: Trying to solve HTTP-01
2023/03/02 16:36:49 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/XXXXX
2023/03/02 16:36:49 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/XXXXX
2023/03/02 16:36:50 Could not obtain certificates:
error: one or more domains had a problem:
[XXX.XX] acme: error: 400 :: urn:ietf:params:acme:error:connection :: XXX.XXX.XXX.XXX: Fetching https://XXX.XX/.well-known/acme-challenge/XXXXXXX: Timeout during connect (likely firewall problem)
[www.XXX.XX] acme: error: 400 :: urn:ietf:params:acme:error:connection :: XXX.XXX.XXX.XXX: Fetching https://www.XXX.XX/.well-known/acme-challenge/XXXXXXXX: Timeout during connect (likely firewall problem)
Certificate generation failed.
I use the ConfigServer Security & Firewall and did not change any paramaters after the Ubuntu upgrade. I also tried to disable it completely because of the firewall reference in the log, but it does not make a difference.
I tried rebuilding all the Directadmin software again:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build all
But again, no difference and the same error messages.
I searched in this forum and general Google, but I can't seem to find the right way to debug this.
Is there anybody here who knows this error and knows how to debug this?