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: peerpowerinc.com
I ran this command:
sudo certbot --apache
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Which names would you like to activate HTTPS for?
1: peerpowerinc.com
2: www.peerpowerinc.com
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1,2
Cert not yet due for renewal
You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry.
(ref: /etc/letsencrypt/renewal/peerpowerinc.com.conf)
What would you like to do?
1: Attempt to reinstall this existing certificate
2: Renew & replace the cert (limit ~5 per 7 days)
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for peerpowerinc.com
http-01 challenge for www.peerpowerinc.com
Waiting for verification...
Cleaning up challenges
Deploying Certificate to VirtualHost /etc/apache2/sites-enabled/000-default-le-ssl.conf
Deploying Certificate to VirtualHost /etc/apache2/sites-enabled/000-default-le-ssl.conf
Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.
1: No redirect - Make no further changes to the webserver configuration.
2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for
new sites, or if you're confident your site works on HTTPS. You can undo this
change by editing your web server's configuration.
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 1
Your existing certificate has been successfully renewed, and the new certificate
has been installed.
The new certificate covers the following domains: https://peerpowerinc.com and
https://www.peerpowerinc.com
You should test your configuration at:
SSL Server Test: peerpowerinc.com (Powered by Qualys SSL Labs)
SSL Server Test (Powered by Qualys SSL Labs)
IMPORTANT NOTES:
-
Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/peerpowerinc.com/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/peerpowerinc.com/privkey.pem
Your cert will expire on 2018-09-02. To obtain a new or tweaked
version of this certificate in the future, simply run certbot again
with the "certonly" option. To non-interactively renew all of
your certificates, run "certbot renew" -
If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let's Encrypt: Donate - Let's Encrypt
Donating to EFF: Support EFF's Work on Let's Encrypt | Electronic Frontier Foundation
ubuntu@ip-172-30-0-154:/var/www/html/sites/default$ apachectl -S
AH00526: Syntax error on line 38 of /etc/apache2/sites-enabled/000-default-le-ssl.conf:
SSLCertificateFile: file '/etc/letsencrypt/live/peerpowerinc.com/fullchain.pem' does not exist or is empty
Action '-S' failed.
The Apache error log may have more information.
ubuntu@ip-172-30-0-154:/var/www/html/sites/default$
My web server is (include version):
Server version: Apache/2.4.18 (Ubuntu)
The operating system my web server runs on is (include version):
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
My hosting provider, if applicable, is:
AWS
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
Hi-
Thanks for letsencrypt and for this support site.
I have tried many different steps, following many different tutorials to make my site 100% https.
Very possible I did not do correct setup ahead of time and may still not have correct setup.
This post was helpful:
I thought i had successfully installed cert due to above success message.
But then when I ran
apachectl -S
I got:
SSLCertificateFile: file '/etc/letsencrypt/live/peerpowerinc.com/fullchain.pem' does not exist or is empty
Action '-S' failed.
The Apache error log may have more information.
So I looked in Apache2 error log and saw this:
[Mon Jun 04 13:39:31.720436 2018] [ssl:warn] [pid 26899] AH01909: ip-172-30-0-154.ec2.internal:443:0 server certificate does NOT include an ID which matches the server name
What started me down this whole path was after original success installing cert (according to output of certbot), I went to
https://www.ssllabs.com/ssltest/analyze.html?d=www.peerpowerinc.com
and
https://www.ssllabs.com/ssltest/analyze.html?d=peerpowerinc.com
and got
Assessment failed: Unable to connect to the server
Any help would be appreciated.
Thanks in advance.