Skip to content

[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

@LivingWithHippos

Description

@LivingWithHippos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions