I tried to move my domain from a dedicated to an other, and then I’m having a problem. The domain can’t be validated. I moved 6 others subdomains and it worked, but this one won’t work, idk why…
I tried to chmod to 777 the directory, still not working
My domain is: gmod.soleria.eu
I ran this command: /opt/letsencrypt/certbot-auto
It produced this output: https://pastebin.com/kr7PECk7
My web server is (include version): Apache/2.4.25
The operating system my web server runs on is (include version): Debian 9
My hosting provider, if applicable, is: OVH ( Dedicated server)
I can login to a root shell on my machine: yes
I'm not using a control panel to manage my site.
The version of my client is: certbot 0.34.2
Visible Content: Not Found The requested URL /.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de was not found on this server. Apache/2.4.25 (Debian) Server at gmod.soleria.eu Port 80
Port 80 is open, checking a file in /.well-known/acme-challenge there is the expected result http status 404 - Not found.
Your port 80 DocumentRoot:
DocumentRoot /var/www/html/soleria/gmod_site/
So use it:
certbot-auto run -a webroot -i apache -w /var/www/html/soleria/gmod_site -d gmod.soleria.eu
root@gmod:/opt/letsencrypt# apachectl configtest
Syntax OK
root@gmod:/opt/letsencrypt# apachectl fullstatus
/usr/sbin/apachectl: line 113: www-browser: command not found
'www-browser -dump http://localhost:80/server-status' failed.
Maybe you need to install a package providing www-browser or you
need to adjust the APACHE_LYNX variable in /etc/apache2/envvars
default server gmod.soleria.eu (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost gmod.soleria.eu (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost classement.soleria.eu (/etc/apache2/sites-enabled/classement.conf:1)
port 80 namevhost fastdl.soleria.eu (/etc/apache2/sites-enabled/fastdl.conf:1)
port 80 namevhost gmod-boutique.soleria.eu (/etc/apache2/sites-enabled/gmod-boutique.conf:1)
port 80 namevhost gmod.soleria.eu (/etc/apache2/sites-enabled/gmod.conf:1)
There is more then one gmod.soleria.eu.
Make a backup.
Then change the name of your default server to another (perhaps not used) name).
Combinations of port and servername should be unique.