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: campingtreumal.com
I ran this command: sudo certbot --apache -d campingtreumal.com -d www.campingtreumal.com
It produced this output:
Domain: www.campingtreumal.com
Type: unauthorized
Detail: Invalid response from
http://www.campingtreumal.com/.well-known/acme-challenge/opiFjaCbKYKRdif2cY7ScMaNpwmaedXZUK_j1zxEEak
[51.91.125.254]: "\n\n \n
Domain: campingtreumal.com
Type: unauthorized
Detail: Invalid response from
http://campingtreumal.com/.well-known/acme-challenge/8m9UbUgvG96C5F1ivQfehjX-DqOLGH7gQ35Hlbl31LY
[51.91.125.254]: "\n\n \n
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version):
CPU:2 vCores
RAM:4 GiB
Disk: 50 GiB
The operating system my web server runs on is (include version):
Ubuntu 16.04 Server
My hosting provider, if applicable, is:
OVH
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):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot):
I’ve tested in https://letsdebug.net/ and the response was: All OK! No issues were found with www.campingtreumal.com. If you are having problems with creating an SSL certificate, please visit the …
The Virtual hostl is named: 000-default-ssl.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName campingtreumal.com
ServerAlias www.campingtreumal.com
ServerAlias *.campingtreumal.com
DocumentRoot /var/www/WebTreumal/web
<Directory /var/www/WebTreumal/web>
AllowOverride None
Order Allow,Deny
Allow from All
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
Thank you very much,