-
Notifications
You must be signed in to change notification settings - Fork 67
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
_acme DNS TXT field content needs quotes #89
Comments
Cloudflare adds the quotes if they are missing. What errors are you getting? |
It looks like Caddy is trying to find the DNS challenge TXT entry but is unable to. The interesting thing is on the Cloudflare side. The DNS entries are created by the api but then almost immediately deleted, see the logs below.
|
cloudflare seems to no longer add the quotation marks when using the api from this extension. Im running into the same problem. |
I meet the same problem. I'm using https://caddyserver.com/download?package=github.com%2Fcaddy-dns%2Fcloudflare , the program will show
And after I manually add quotes to the TXT record via the cloudflare dashboard (during |
I'm unable to validate using Cloudflare DNS-01, Cloudflare dashboard complains about the content field of TXT records must be in quotations marks. Caddy log shows multiple "checking DNS propagation" entries and the Cloudfare API logs show multiple create/delete entries. It looks like the DNS entries are created but they don't live long enough to be validated.
The text was updated successfully, but these errors were encountered: