Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[caddy] 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> #2

Open
LivingWithHippos opened this issue May 1, 2022 · 0 comments

Comments

@LivingWithHippos
Copy link
Owner

LivingWithHippos commented May 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant