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: cloud.zonit.com
I ran this command: certbot --apache -d cloud.zonit.com --cert-path /etc/ssl/cert.pem --fullchain-path /etc/ssl/chaincert.pem --key-path /etc/ssl/key.pem
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for cloud.zonit.com
Waiting for verification...
Challenge failed for domain cloud.zonit.com
http-01 challenge for cloud.zonit.com
Cleaning up challenges
Some challenges have failed.
My web server is (include version): Apache 2.4.37
The operating system my web server runs on is (include version): CentOS 8
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): 1.6.0
I’ve looked into the other threads about this, my HTTP to HTTPS redirect is taking place in a VirtualHost directive in the /etc/httpd/conf.d/cloud.conf
file - not in an .htaccess
file. Most of the threads I’ve found on this matter have to do with people handling HTTPS redirects via .htaccess
files.