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:
dukium.org
I ran this command:
certbot renew --dry-run --apache
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/dukium.org.conf
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for dukium.org
Waiting for verification...
Cleaning up challenges
Attempting to renew cert (dukium.org) from /etc/letsencrypt/renewal/dukium.org.conf produced an unexpected error: Failed authorization procedure. dukium.org (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://dukium.org/.well-known/acme-challenge/i3qzFLTdN0d2BrupRrh_Y7VqaFconV6lrD9WGR66bkI [66.23.235.247]: "\n\n404 Not Found\n\n
Not Found
\n<p". Skipping.All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/dukium.org/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/dukium.org/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: dukium.org
Type: unauthorized
Detail: Invalid response from
http://dukium.org/.well-known/acme-challenge/i3qzFLTdN0d2BrupRrh_Y7VqaFconV6lrD9WGR66bkI
[66.23.235.247]: "\n\n404 Not
Found\n\nNot Found
\n<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):
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2020-08-12T21:35:50
The operating system my web server runs on is (include version):
Linux dukium.org 4.4.0-1160.41.1.vz7.183.5 #1 SMP Thu Sep 23 18:26:47 MSK 2021 x86_64 x86_64 x86_64 GNU/Linux
My hosting provider, if applicable, is:
interserver.net
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 0.31.0
The run fails on:
http://dukium.org/.well-known/acme-challenge/i3qzFLTdN0d2BrupRrh_Y7VqaFconV6lrD9WGR66bkI
But
http://dukium.org/.well-known/acme-challenge/a
works !
There is a redirection in place from /var/www to /usr/local/mgr5 for the whole website
There is a "letsencrypt.conf"
Alias /.well-known/acme-challenge/ /usr/local/mgr5/www/letsencrypt/
<Directory "/usr/local/mgr5/www/letsencrypt/">
Order allow,deny
Allow from all
= 2.4>
AllowOverride None
Require all granted
The system ran years ago on another provider with cpanel, was moved. The certificate was provided through cloudflare. The certificate present on the system is from 2017. I was not involved in this this yesterday, so can not really follow the history.
Did not work with certbot before.
Thanks for your help.
David de Leeuw
Israel