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:
illuminosi.com & others
I ran this command:
certbot certonly -v
-w /media/web2/illuminosi.com/public_html/public_html
--email tomf@illuminosi.com
--dry-run
--key-type rsa
--agree-tos
-d illuminosi.com,www.illuminosi.com,mail.illuminosi.com
-d unifi.illuminosi.com,unvr-1.illuminosi.com,untangle.illuminosi.com
--deploy-hook /etc/letsencrypt/renewal-hooks/deploy/my-deploy
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Certificate not due for renewal, but simulating renewal for dry run
Simulating renewal of an existing certificate for illuminosi.com and 5 more domains
Performing the following challenges:
http-01 challenge for illuminosi.com
http-01 challenge for mail.illuminosi.com
http-01 challenge for unifi.illuminosi.com
http-01 challenge for untangle.illuminosi.com
http-01 challenge for unvr-1.illuminosi.com
http-01 challenge for www.illuminosi.com
Using the webroot path /media/web2/illuminosi.com/public_html/public_html for all unmatched domains.
Waiting for verification...
Challenge failed for domain illuminosi.com
Challenge failed for domain mail.illuminosi.com
Challenge failed for domain unifi.illuminosi.com
Challenge failed for domain untangle.illuminosi.com
Challenge failed for domain unvr-1.illuminosi.com
Challenge failed for domain www.illuminosi.com
http-01 challenge for illuminosi.com
http-01 challenge for mail.illuminosi.com
http-01 challenge for unifi.illuminosi.com
http-01 challenge for untangle.illuminosi.com
http-01 challenge for unvr-1.illuminosi.com
http-01 challenge for www.illuminosi.com
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: illuminosi.com
Type: unauthorized
Detail: 208.70.146.4: Invalid response from http://illuminosi.com/.well-known/acme-challenge/_-HmytaW6aDZmhpstmzTkPpsPdUG8zHoSKxMha7eoqA: 404
Domain: mail.illuminosi.com
Type: unauthorized
Detail: 208.70.146.4: Invalid response from http://mail.illuminosi.com/.well-known/acme-challenge/KdnUz8yp-ZJuQ33B1Id2qDBbhlU2szXDdMgCrjBjvR4: 404
Domain: unifi.illuminosi.com
Type: unauthorized
Detail: 208.70.146.4: Invalid response from http://unifi.illuminosi.com/.well-known/acme-challenge/RreDWJQbMx9acsSaVEQ44ONDd8f4Ga1lGjgHo92CgCY: 404
Domain: untangle.illuminosi.com
Type: unauthorized
Detail: 208.70.146.4: Invalid response from http://untangle.illuminosi.com/.well-known/acme-challenge/m_6l0mykj2RHWMVGYZwIrnRaot3jApWRcDbQFRklyMo: 404
Domain: unvr-1.illuminosi.com
Type: unauthorized
Detail: 208.70.146.4: Invalid response from http://unvr-1.illuminosi.com/.well-known/acme-challenge/uAKKgae9afStLGHVqFiKJtLd-b2FHjSfGkJGfXb1IPw: 404
Domain: www.illuminosi.com
Type: unauthorized
Detail: 208.70.146.4: Invalid response from http://www.illuminosi.com/.well-known/acme-challenge/D0Ddtz1RYkhOTncac1_h8tahAdATZmbZXFa03SIsZzo: 404
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.
Cleaning up challenges
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.
All done updating certificates!
My web server is (include version):
Apache 2.4.55r17
The operating system my web server runs on is (include version):
private label RedHat Linux (asustor ADM 4.3.1R752
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):
certbot 1.21.0
It looks like the script is writing the challenges into the well-known directory, and I can see it happening in the samba logs on that machine. Yet is appears that apache cannot find them. Any ideas for me? Could this be because of my https redirects? How can I disable those for LE challenges?