GoDaddy DNS challenge does not work

See original GitHub issue

I tried setting the Propagation Seconds the whole way up to 90 seconds and it still fails with the following error:

Error: Command failed: /opt/certbot/bin/certbot certonly --non-interactive --cert-name "npm-11" --agree-tos --email "email" --domains "domain" --authenticator dns-godaddy --dns-godaddy-credentials "/etc/letsencrypt/credentials/credentials-11" --dns-godaddy-propagation-seconds 90
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator dns-godaddy, Installer None
Performing the following challenges:
dns-01 challenge for domain
Waiting 90 seconds for DNS changes to propagate
Waiting for verification...
Challenge failed for domain domain
dns-01 challenge for domain
Cleaning up challenges
Some challenges have failed.

    at ChildProcess.exithandler (node:child_process:326:12)
    at ChildProcess.emit (node:events:369:20)
    at maybeClose (node:internal/child_process:1067:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)

I can see that the API was logged in to in my security settings but it doesn’t appear that any DNS values are updated.

Related to this: would be nice to get a --test-cert option for testing purposes. I got rate limited at one point.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:20

github_iconTop GitHub Comments

2reactions
chaptergycommented, Jun 5, 2021

We aren’t using node, we are using pure python.

NPM = NginxProxyManager in this case, not Node Package Manager.

0reactions
miigotucommented, Jun 11, 2021

There is a PR open on the plugin, I’ll try and get to check it out soon and see if it helps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem adding txt record for letsencrypt - GoDaddy Community
Letsencrypt requires that a txt record be added to my domain with an acme challenge host name with a specific challenge value. The...
Read more >
Godaddy dns Challenge issue - Question - Certify The Web
Hi. I have tried setting up a wildcard certificate with DNS challenge for my domain, hosted on GoDaddy dns. I have successfully obtained...
Read more >
dns challenge fails on godaddy provider · Issue #1191 - GitHub
I ran the following on the latest goacme/lego container: docker run -e GODADDY_API_KEY=mykey -e GODADDY_API_SECRET=mysecret -m myemail --dns ...
Read more >
DNS challenge with godaddy => could not determine ...
edit: I'm 99% certain this is a problem with godaddy as a provider. It worked with route53. And to answer the DNS entry...
Read more >
Creating a Certificate using DNS challenges and Installing on ...
Dear All, I am trying to create a free SSL for my domain on a local computer, ... My web server is (include...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found