My domain is: oceanwars.fr
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: oceanwars.fr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1
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/oceanwars.fr.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): 1
Keeping the existing certificate
Deploying Certificate to VirtualHost /etc/apache2/sites-enabled/001-oceanwars.fr.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): 2
Failed redirect for oceanwars.fr
Unable to set enhancement redirect for oceanwars.fr
Unable to find corresponding HTTP vhost; Unable to create one as intended addresses conflict; Current configuration does not support automated redirection
IMPORTANT NOTES:
- We were unable to set up enhancement redirect for your server,
however, we successfully installed your certificate.
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/oceanwars.fr/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/oceanwars.fr/privkey.pem
Your cert will expire on 2021-04-15. 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"
My web server is (include version): apache2
The operating system my web server runs on is (include version): Debian 9
My hosting provider, if applicable, is: CubixServ (VPS)
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): 0.28.0
My issue, is that even after this, I get "Problem loading page" when I am going to https://oceanwars.fr
Even on the website: https://cheapsslsecurity.com/ssltools/ssl-checker.php#results it says that there is no SSL confirmation.
I have tried to also use acmesh, still didnt worked, tried manual installation of the certificate with certbot, didn't worked.
Its been since 7AM, since I am trying to create this certificate and didn't succeeded to
Here is my 001-oceanwars.fr.conf
in /ect/apache2/sites-available
:
<Virtualhost *:80>
ServerName oceanwars.fr
DocumentRoot /var/www/html
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/oceanwars.fr/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/oceanwars.fr/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</Virtualhost>
Can someone please help me