Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: partenariatsav.univrmenuiserie.fr
I ran this command: certbot renew --dry-run
It produced this output:
Certificate not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator apache, Installer apache
Simulating renewal of an existing certificate for partenariatsav.univrmenuiserie.fr
Performing the following challenges:
http-01 challenge for partenariatsav.univrmenuiserie.fr
Waiting for verification...
Challenge failed for domain partenariatsav.univrmenuiserie.fr
http-01 challenge for partenariatsav.univrmenuiserie.fr
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: partenariatsav.univrmenuiserie.fr
Type: dns
Detail: During secondary validation: DNS problem: query timed out looking up A for partenariatsav.univrmenuiserie.fr; DNS problem: query timed out looking up AAAA for partenariatsav.univrmenuiserie.fr
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
Cleaning up challenges
Failed to renew certificate partenariatsav.univrmenuiserie.fr with error: Some challenges have failed.
My web server is (include version): Apache 2.4.38
The operating system my web server runs on is (include version): Debian 10
My hosting provider, if applicable, is:
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): 1.26.0
Hello guys,
As the title mentions it, since this morning I am experiencing DNS second validation issue on many of my certificates that are generated by letsencrypt certbot.
For some context: I am using Apache under Debian, and some of our certs are generated by the certbot. We are using it since 6 months or something and everything was going fine. Since this morning, i tried running the renew test feature of the certbot
certbot renew --dry-run
And I suddenly have errors on almost all my certs saying DNS second validation error. For information our DNS are hosted at Gandi.net.
When I curl partenariatsav.univrmenuiserie.fr:80 I land on a permanent redirect to 443 response which is normal. I also tried just digging the record itseld and everything went fine.
This cert is using the http-01 challenge, and the .well-known folder exists.
I tried walking through certbot logs to have more informations on what is going on but nothing really helped me. Does anyone have ideas on why my test renew fails?