(Of course, I replaced "my_site" and "mydomain.com" with the appropriate values)
However, the challenge is failing because certbot is not automatically creating the .well-known/acme-challenge/ZuGC2x8eF_cQVoAdVTj33sMPvvBZRqsz5ta84R4Yxnc challenge file. I don't have any inquiries about the HTTP challenge failure, but I'm curious: Shouldn't the certbot command create the file in the specified location before attempting to issue the certificate, right?
@Leitonez can you answer this question
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
The same command passing --debug-challenges and -v is showing at the last line:
Cleaning up challenges
So, now I can realize that challenge file is beeng created and after a http request failure, it is deleted.
In debug mode, before submit the request, I have opened my browser and pasted the entire URL that will be requested by let's encrypt. And the file was download successfully...
So, it must be something within your web service.
If you are using Apache web server, I'd review the output of the command below to ensure there are no name:port overlaps: sudo apachectl -t -D DUMP_VHOSTS
When you opened this thread in the Help section, you should have been provided with a questionnaire. Maybe you didn't get it somehow (which is weird), or you've decided to delete it. In any case, all the answers to this questionnaire are required:
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. crt.sh | 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:
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
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):