My domain is:
naprvyraz.sk
I ran this command:
certbot renew -v
It produced this output:
Processing /etc/letsencrypt/renewal/naprvyraz.sk.conf
Certificate is due for renewal, auto-renewing...
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate for naprvyraz.sk and 3 more domains
Performing the following challenges:
http-01 challenge for naprvyraz.sk
http-01 challenge for www.naprvyraz.sk
Waiting for verification...
Challenge failed for domain naprvyraz.sk
Challenge failed for domain www.naprvyraz.sk
http-01 challenge for naprvyraz.sk
http-01 challenge for www.naprvyraz.sk
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: naprvyraz.sk
Type: unauthorized
Detail: 176.58.103.186: Invalid response from http://naprvyraz.sk/.well-known/acme-challenge/6Y04sfIpxno-S1EJIaHQrZFAkWgt3SH7ZsTnR7K8dwc: 404
Domain: www.naprvyraz.sk
Type: unauthorized
Detail: 176.58.103.186: Invalid response from http://www.naprvyraz.sk/.well-known/acme-challenge/ZPZgkWk98Lu-ELXGsIyVxDy6BfFGDTgnKVxprSGnF9c: 404
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 naprvyraz.sk with error: Some challenges have failed.
My web server is (include version):
apache2 2.4.62-1~deb11u2
The operating system my web server runs on is (include version):
Linux 5.10.0-16, Debian 5.10.127-1
My hosting provider, if applicable, is:
n/a
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):
4.0.0
I'm not exactly a server guru, I'm just running a simple apache2 server, configured ages ago. I get the email about certificate expiration, I log in, run certbot renew and be done with that. However suddenly I'm getting those errors listed above, I haven't changed anything in years. Maybe cerbot has updated and requires something done differently?