You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: