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: milan.com
I ran this command: certbot certonly --standalone -d milan.com
It produced this output: Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: milan.com
Type: unauthorized
Detail: 15.197.148.33: Invalid response from http://milan.com/.well-known/acme-challenge/J-OdyRpQWKHMqIZwhFSyz1xIsYmgS2kbWwQL9TffpkI: 404
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile C:\Certbot\log\letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): Apache2.4
The operating system my web server runs on is (include version): Windows 11
My hosting provider, if applicable, is: My PC
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): None
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
Hey all! I'm trying to install a certificate for my localhost (my own machine). The reason I'm doing this is because I want to test an email server software on my PC for no reason particularly, just playing. I installed Apache 2.4 successfully, input server_name in the config as milan.com and in my hosts file wrote 127.0.0.1 localhost milan.com Now when I run the command that I wrote at the top of the post it gives me the mentioned error, what seems to be the problem?