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: walden.cloud
I ran this command: sudo certbot renew --dry-run
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/walden.cloud.conf
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator webroot, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for www.walden.cloud
http-01 challenge for nextcloud.walden.cloud
http-01 challenge for walden.cloud
Waiting for verification…
Cleaning up challenges
Unable to clean up challenge directory /var/www/html/.well-known/acme-challenge
Attempting to renew cert (walden.cloud) from /etc/letsencrypt/renewal/walden.cloud.conf produced an unexpected error: Failed authorization procedure. www.walden.cloud (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.walden.cloud/.well-known/acme-challenge/xdv6MeuRuJnGi_1QRbEgQgjzzSlEyyeEZ0HpfnxrsBI: "
Not Found
<p", walden.cloud (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://walden.cloud/.well-known/acme-challenge/yuwRHtfqy8cLF3sPmbEhtUCJ4TeCjSnK-E_1hFwB2SA: " 404 Not FoundNot Found
<p". Skipping. All renewal attempts failed. The following certs could not be renewed: /etc/letsencrypt/live/walden.cloud/fullchain.pem (failure)** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates below have not been saved.)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/walden.cloud/fullchain.pem (failure)
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates above have not been saved.)
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: www.walden.cloud
404 Not Found
Type: unauthorized
Detail: Invalid response from
http://www.walden.cloud/.well-known/acme-challenge/xdv6MeuRuJnGi_1QRbEgQgjzzSlEyyeEZ0HpfnxrsBI:
"Not Found
<p"Domain: walden.cloud
404 Not Found
Type: unauthorized
Detail: Invalid response from
http://walden.cloud/.well-known/acme-challenge/yuwRHtfqy8cLF3sPmbEhtUCJ4TeCjSnK-E_1hFwB2SA:
"Not Found
<p"To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version): apache2
The operating system my web server runs on is (include version): Ubuntu 17.10
My hosting provider, if applicable, is: digitalocean
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
I also tested that i can reach https://walden.cloud/.well-known/acme-challenge/ok in my browser. As u can see it works but the error is still popping up on renew.
Anyone has an idea?