My domain is:
Gardencitygirl.nl
I ran this command:
sudo certbot certonly --webroot -w /mnt/data/gardencitygirl -d gardencitygirl.nl -d www.gardencitygirl.nl
It produced this output:
Domain: gardencitygirl.nl
Type: unauthorized
Detail: 2a01:448:2001::10: Invalid response from http://gardencitygirl.nl/.well-known/acme-challenge/kBvChuVI6kPnajGp-X5oU8b-cD2YUipjiZp3ElZTJ14: 404
Domain: www.gardencitygirl.nl
Type: unauthorized
Detail: 2a01:448:2001::10: Invalid response from http://www.gardencitygirl.nl/.well-known/acme-challenge/RlCUeiin8KaZIXa9GwH8MTGxDrvuLMOmfqu0Mw8Ybn0: 404
My web server is (include version):
Apache/2.4.58
The operating system my web server runs on is (include version):
ubuntu server/24.04.1
My hosting provider, if applicable, is:
--- (hosted myself)
I can login to a root shell on my machine (yes or no, or I don't know):
yes (full control over the server)
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): i have no idea if that is what you meant by this but i am using cockpit for external access on my server.
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.9.0
For the last couple weeks i am trying to make a webserver at home where i will run a not so big website. this website does need payment so i need to setup https for sure. But I am trying to authenticate with certbot and it keep giving me the error: "Invalid response from http://gardencitygirl.nl/.well-known/acme-challenge/kBvChuVI6kPnajGp-X5oU8b-cD2YUipjiZp3ElZTJ14: 404". i first asked chatgpt as i always do but all the methods i used didn't work and now I am stuck. the directory it tells me is invalid is fully accessible in the browser and for testing i gave it 777 permission so i don't know why it is giving this error. I made sure 10 times that there are no typo's in the code and i think that is not the problem. Earlier i had problems with my domain not pointing correctly to the server but that is all fixed and the virtual hosts are also set up good. the domains and subdomains are both pointed to the right documents. I think that was all but i will give any info that is necessary. all the things i did by now are mostly chatgpt so dont expect me to understand al the things from linux and certbot and i would appreciate you using easy language.
thanks for your time