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: suheyl.nl
I ran this command:
- sudo apt-get update
- sudo apt-get install software-properties-common
- sudo add-apt-repository universe
- sudo add-apt-repository ppa:certbot/certbot
- sudo apt-get update
- sudo apt-get install certbot python-certbot-apache
- sudo certbot --apache
It produced this output: I followed the the steps and enabled it for suheyl.nl
suheyl@KODI:~$ sudo certbot --apache
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Enter email address (used for urgent renewal and security notices) (Enter ācā to
cancel): xxxxx@gmail.com
Please read the Terms of Service at
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must
agree in order to register with the ACME server at
https://acme-v02.api.letsencrypt.org/directory
(A)gree/Ā©ancel: a
Would you be willing to share your email address with the Electronic Frontier
Foundation, a founding partner of the Letās Encrypt project and the non-profit
organization that develops Certbot? Weād like to send you email about our work
encrypting the web, EFF news, campaigns, and ways to support digital freedom.
(Y)es/(N)o: n
No names were found in your configuration files. Please enter in your domain
name(s) (comma and/or space separated) (Enter ācā to cancel): suheyl.nl
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for suheyl.nl
Enabled Apache rewrite module
Waiting for verificationā¦
Cleaning up challenges
Created an SSL vhost at /etc/apache2/sites-available/000-default-le-ssl.conf
Enabled Apache socache_shmcb module
Enabled Apache ssl module
Deploying Certificate to VirtualHost /etc/apache2/sites-available/000-default-le -ssl.conf
Enabling available site: /etc/apache2/sites-available/000-default-le-ssl.conf
Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP ac cess.
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
Enabled Apache rewrite module
Redirecting vhost in /etc/apache2/sites-enabled/000-default.conf to ssl vhost in /etc/apache2/sites-available/000-default-le-ssl.conf
Congratulations! You have successfully enabled https://suheyl.nl
You should test your configuration at:
https://www.ssllabs.com/ssltest/analyze.html?d=suheyl.nl
My web server is (include version): Apache 2.4.29
The operating system my web server runs on is (include version): Ubuntu 18.04.4
My hosting provider, if applicable, is: local
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 0.31.0
For me itās the first time Iāve tried to enable ssl, and just followed the steps which are stated in the manual https://certbot.eff.org/lets-encrypt/ubuntubionic-apache
Installation looked succefull, but canāt reach my site anymore. When I run the debugger https://letsdebug.net/suheyl.nl/121083 I get a lot of errorsā¦
I cannot reach https://suheyl.nl nor http://suheyl.nl
Now I donāt know what to do anymore. Any idea what went wrong?