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

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

Open
yodaphone opened this issue Nov 20, 2023 · 4 comments
Open

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

yodaphone opened this issue Nov 20, 2023 · 4 comments

Comments

@yodaphone
Copy link

yodaphone commented Nov 20, 2023

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 [email protected]

    # 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
Copy link

kelke commented May 22, 2024

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

@kelke
Copy link

kelke commented May 22, 2024

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

@dudztroyer
Copy link

Having the same issue

@BryceReedman
Copy link

Godaddy one isn't reliable, i'm just gonna switch over to cloudflare

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

4 participants