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

SERVFAIL looking up CAA #5142

Open
QooGeek opened this issue May 8, 2024 · 4 comments
Open

SERVFAIL looking up CAA #5142

QooGeek opened this issue May 8, 2024 · 4 comments

Comments

@QooGeek
Copy link

QooGeek commented May 8, 2024

curl https://get.acme.sh | sh -s email=my@example.com

./acme.sh --issue --dns dns_aws --ocsp-must-staple --keylength ec-384 -d domain -d '*.domain'

debug log

  "identifier": {
    "type": "dns",
    "value": "domain"
  },
  "status": "invalid",
  "expires": "2024-05-15T04:26:19Z",
  "challenges": [
    {
      "type": "dns-01",
      "status": "invalid",
      "error": {
        "type": "urn:ietf:params:acme:error:dns",
        "detail": "During secondary validation: DNS problem: SERVFAIL looking up CAA for domain - the domain's nameservers may be malfunctioning",
        "status": 400
      },
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/348065743877/CJdeZQ",
      "token": "xxxxxxx",
      "validationRecord": [
        {
          "hostname": "domain",
          "resolverAddrs": [
            "10.0.12.111:30554"
          ]
        }
      ],
      "validated": "2024-05-08T04:26:58Z"
    }
  ]
}'
Copy link

github-actions bot commented May 8, 2024

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.

@webprofusion-chrisc
Copy link

Looks like a temporary problem with your domains nameservers. They have returned a SERVFAIL when Let's Encrypt tried to check your DNS for a CAA record.

This is not a bug in acme.sh - if the problem persists share your domain details on https://community.letsencrypt.org/

@frantique
Copy link

The problem is that you tried to request an issuance for the domain called "domain".

@QooGeek
Copy link
Author

QooGeek commented May 9, 2024

@webprofusion-chrisc @frantique Thanks a lot for reply My domain name is topcf.club

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

3 participants