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: www.erccis-warehouse.org.uk
I ran this command:
$ sudo certbot –apache
It produced this output:
Which names would you like to activate HTTPS for?
1: www.erccis-warehouse.org.uk
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1
Requesting a certificate for www.erccis-warehouse.org.uk
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/www.erccis-warehouse.org.uk/fullchain.pem
Key is saved at: /etc/letsencrypt/live/www.erccis-warehouse.org.uk/privkey.pem
This certificate expires on 2021-09-10.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
Deploying certificate
Successfully deployed certificate for www.erccis-warehouse.org.uk to /etc/apache2/sites-enabled/warehouse.conf
Failed redirect for www.erccis-warehouse.org.uk
Unable to set enhancement redirect for www.erccis-warehouse.org.uk
Could not set up redirect enhancement
NEXT STEPS:
- The certificate was saved, but could not be installed (installer: apache). After fixing the error shown below, try installing it again by running:
certbot install --cert-name www.erccis-warehouse.org.uk
Unable to find corresponding HTTP vhost; Unable to create one as intended addresses conflict; Current configuration does not support automated redirection
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.
My web server is (include version): Apache 2.4.41
The operating system my web server runs on is (include version): Ubuntu 20.04.2
My hosting provider, if applicable, is: Eco Web Hosting https://www.ecowebhosting.co.uk/
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.16.0
Now that I've done this,
$ apachectl -S
results in:
AH00526: Syntax error on line 8 of /etc/apache2/sites-enabled/warehouse.conf:
SSLCertificateFile: file '/etc/letsencrypt/live/www.erccis-warehouse.org.uk/fullchain.pem' does not exist or is empty
Action '-S' failed.
The Apache error log may have more information.