Log:
caddy | {"level":"error","ts":1651397122.812778,"logger":"tls.renew","msg":"could not get certificate from issuer","identifier":"*.mydomain.com","issuer":"acme.zerossl.com-v2-DV90","error":"[*.mydomain.com] solving challenges: waiting for solver certmagic.solverWrapper to be ready: timed out waiting for record to fully propagate; verify DNS provider configuration is correct - last error: <nil> (order=https://acme.zerossl.com/v2/DV90/order/jGsERVG6Tx4oBQPmK_-zCA) (ca=https://acme.zerossl.com/v2/DV90)"}
Resolved adding to the caddyfile resolvers 1.1.1.1 like this
*.mydomain.com {
tls {
dns my_provider {
...
}
resolvers 1.1.1.1
}
....
}
Maybe it also resolved itself waiting for some more time to propagate.
Log:
Resolved adding to the caddyfile
resolvers 1.1.1.1like thisMaybe it also resolved itself waiting for some more time to propagate.