caddy-dns / godaddy

MIT License
6 stars 4 forks source link

ERROR tls.obtain could not get certificate from issuer #8

Open yodaphone opened 7 months ago

yodaphone commented 7 months ago

I used this module and when i run caddy with my Caddyfile, i creates the _txt file alright but errors out

> 2023/11/20 15:12:16.620 ERROR tls.obtain could not get certificate from issuer {"identifier": "apps.FOO.com", "issuer": "acme-staging-v02.api.letsencrypt.org-directory", "error": "[apps.FOO.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-staging-v02.api.letsencrypt.org/acme/order/126120754/12404642644) (ca=https://acme-staging-v02.api.letsencrypt.org/directory)"}

my Caddyfile (redacted)

{
    # email to use on Let's Encrypt
    email user@FOO.com

    # Uncomment for debug
    acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
    acme_dns godaddy 123456
    debug
}

apps.FOO.com {
   reverse_proxy http://192.168.11.162:8069
}
kelke commented 1 month ago

Having the same problem. Only with the godaddy implementation. Other dns-challenge plugins work perfectly fine

kelke commented 1 month ago

adding a resolver to the tls block did not help as well