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. https://crt.sh/?q=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: pnaf.fr
I ran this command: certbot certonly --webroot --rsa-key-size 4096 -w /Users/Shared/Sites/www.pnaf.fr/httpdocs -d pnaf.fr -d macmini.pnaf.fr -d mail.pnaf.fr -d smtp.pnaf.fr -d www.pnaf.fr --email webmaster@pnaf.fr
It produced this output:
certbot certonly --webroot --rsa-key-size 4096 -w /Users/Shared/Sites/www.pnaf.fr/httpdocs -d pnaf.fr -d macmini.pnaf.fr -d mail.pnaf.fr -d smtp.pnaf.fr -d www.pnaf.fr --email webmaster@pnaf.fr
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: macmini.pnaf.fr
Type: connection
Detail: 82.65.30.178: Fetching https://www.pnaf.fr/.well-known/acme-challenge/n37JxqDyC2XIZNY9rjIR_kruP1jGkm1QN5HHKOQJ_ac: Error getting validation data
Domain: mail.pnaf.fr
Type: connection
Detail: 82.65.30.178: Fetching https://www.pnaf.fr/.well-known/acme-challenge/uNn3gQFydIb3AV5b9ELIGW4Pb37fegrMiGLkl6V1M4c: Error getting validation data
Domain: smtp.pnaf.fr
Type: connection
Detail: 82.65.30.178: Fetching https://www.pnaf.fr/.well-known/acme-challenge/vkpt-NhhNsS94dPTnN7cf-MIsgv2-46m3gtdgav-MGA: Error getting validation data
Domain: www.pnaf.fr
Type: connection
Detail: 82.65.30.178: Fetching https://www.pnaf.fr/.well-known/acme-challenge/2f47AYdPL1j4scHbs149lFRdLF7iMKr49yvoXBCePOY: Error getting validation data
Domain: pnaf.fr
Type: connection
Detail: 82.65.30.178: Fetching https://www.pnaf.fr/.well-known/acme-challenge/28cA48B91_pxwu6_3yaHbVno1R6PLbpYKQEvplSJ6zU: Error getting validation data
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): Apache/2.4.33 (Unix)
The operating system my web server runs on is (include version): macOS 15.6.1
My hosting provider, if applicable, is: myself
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): certbot 5.0.0
Comment:
My renewal was working like a charm for several years and I didn't change anything on my MacOS X Server recently. But since 1 month, renewal is not working anymore. It seems that files written in /.well-known/acme-challenge/ directory are not readable by letsencrypt if accessed via https(443:). It works if I'm using http(80:). Any ideas? Thanks.