Hello,
My domain is: coolify.bxpn.eu
I ran this command: docker restart coolify-proxy
This is a Traefik container that generates a certificate using DNS-01 and the OVH provider (see below for the config).
It produced this output:
2025-02-14T17:21:46Z ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [coolify.bxpn.eu]: error: one or more domains had a problem:\n[coolify.bxpn.eu] acme: error: 400 :: urn:ietf:params:acme:error:dns :: DNS problem: looking up A for coolify.bxpn.eu: DNSSEC: RRSIGs Missing: validation failure <coolify.bxpn.eu. A IN>: no signatures from 87.98.168.13; DNS problem: looking up AAAA for coolify.bxpn.eu: DNSSEC: RRSIGs Missing: validation failure <coolify.bxpn.eu. AAAA IN>: no signatures from 2001:41d0:1:4a9e::1\n" ACME CA=https://acme-v02.api.letsencrypt.org/directory acmeCA=https://acme-v02.api.letsencrypt.org/directory domains=["coolify.bxpn.eu"] providerName=letsencrypt.acme routerName=coolify-https@file rule=Host(`coolify.bxpn.eu`)
Extracted error:
unable to generate a certificate for the domains [coolify.bxpn.eu]: error: one or more domains had a problem:
[coolify.bxpn.eu] acme: error: 400 :: urn:ietf:params:acme:error:dns :: DNS problem: looking up A for coolify.bxpn.eu: DNSSEC: RRSIGs Missing: validation failure <coolify.bxpn.eu. A IN>: no signatures from 87.98.168.13; DNS problem: looking up AAAA for coolify.bxpn.eu: DNSSEC: RRSIGs Missing: validation failure <coolify.bxpn.eu. AAAA IN>: no signatures from 2001:41d0:1:4a9e::1
This is the config I use in Traefik:
- '--certificatesresolvers.letsencrypt.acme.dnschallenge=true'
- '--certificatesresolvers.letsencrypt.acme.dnschallenge.provider=ovh'
- '--certificatesresolvers.letsencrypt.acme.email=my@email.here.com'
- '--certificatesresolvers.letsencrypt.acme.delaybeforecheck=0'
- '--certificatesresolvers.letsencrypt.acme.storage=/traefik/acme.json'
My web server is (include version): Traefik 3.1
The operating system my web server runs on is (include version): it runs in Docker, on an Linux Alpine image
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): not applicable because Traefik uses Lego and not Certbot.
Hello,
I’ve been searching everywhere but I don’t understand how to fix this DNSSEC: RRSIGs Missing: validation failure
. I’m not 100% sure how to interpret the results of Unboundtest but DNSViz doesn’t report errors, nor does Let's Debug.
Any idea how to fix this? I know I use Traefik but the issue is a response from Let's Encrypt.
Thanks in advance,