Richard G
Verified User
So today a wildcard update did not work due to the above reason.
Part of the DA system message:
Now especiallyl the i/o timeout at last I don't understand why this occurs.
The first 144 ip is the server ip, which is also bind to the hostname and ns1.
The second 144 ip is the 2nd nameserver ip. On the same server by the way. I know it shouldn't be both on 1 server, but customer wants it that way.
DNS of the domain does not contain any CAA record.
I did ran this command:
which gave a nice answer and not a servfail.
I didn't try a manual update yet, because I'm trying to figure out why this is going wrong.
Anyone?
Part of the DA system message:
Code:
2022/10/23 00:36:43 [INFO] [*.mydomain.nl] acme: use dns-01 solver
2022/10/23 00:36:43 [INFO] [mydomain.nl] acme: Could not find solver for: tls-alpn-01
2022/10/23 00:36:43 [INFO] [mydomain.nl] acme: Could not find solver for: http-01
2022/10/23 00:36:43 [INFO] [mydomain.nl] acme: use dns-01 solver
2022/10/23 00:36:43 [INFO] [*.mydomain.nl] acme: Preparing to solve DNS-01
2022/10/23 00:36:44 [INFO] [*.mydomain.nl] acme: Trying to solve DNS-01
2022/10/23 00:36:44 [INFO] [*.mydomain.nl] acme: Checking DNS record propagation using [8.8.8.8:53]
2022/10/23 00:37:14 [INFO] Wait for propagation [timeout: 5m0s, interval: 30s]
2022/10/23 00:48:25 [INFO] [mydomain.nl] acme: Cleaning DNS-01 challenge
2022/10/23 00:48:26 [INFO] retry due to: acme: error: 400 :: POST :: https://acme-v02.api.letsencrypt.org/acme/authz-v3/167XXXXXXXXX :: urn:ietf:params:acme:error:badNonce :: JWS has an invalid anti-replay nonce: "327Ce7J_fVk5ZBxDvxUIlUYxARn_PfxxxxxxxxxxXXXXxxxxxx"
2022/10/23 00:48:26 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/167xxxxxxxxx
2022/10/23 00:48:27 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/167xxxxxxxxx
2022/10/23 00:48:27 Could not obtain certificates:
error: one or more domains had a problem:
[*.mydomain.nl] time limit exceeded: last error: read udp 144.xx.xx.xx:52233->144.xx.xx.xx:53: i/o timeout
[mydomain.nl] time limit exceeded: last error: read udp 144.xx.xx.xx:60670->144.xx.xx.xx:53: i/o timeout
Certificate generation failed.
Now especiallyl the i/o timeout at last I don't understand why this occurs.
The first 144 ip is the server ip, which is also bind to the hostname and ns1.
The second 144 ip is the 2nd nameserver ip. On the same server by the way. I know it shouldn't be both on 1 server, but customer wants it that way.
DNS of the domain does not contain any CAA record.
I did ran this command:
dig CAA mydomain.nl @8.8.8.8
which gave a nice answer and not a servfail.
I didn't try a manual update yet, because I'm trying to figure out why this is going wrong.
Anyone?