SYSTEM INFORMATION | |
---|---|
OS type and version | CentOS 7.9.2009 |
Webmin version | 1.860 |
Hi everyone,
I’m trying to request an letsencrypt SSL certificate for a single website using Let’s Encrypt, but I’m encountering the following error:
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: mydomain.in
Type: unauthorized
Detail: 111.222.333.444: Invalid response from
http://mydomain.in/.well-known/acme-challenge/sobjt-eofKY5uKh45Gce26v4OOdzlymQFk7jfGz2szU
404
Domain: mail.mydomain.in
Type: unauthorized
Detail: 111.222.333.444: Invalid response from
http://mail.mydomain.in/.well-known/acme-challenge/sobjt-eofKY5uKh45Gce26v4OOdzlymQFk7jfGz2szU
404
Domain: www.mydomain.in
Type: unauthorized
Detail: 111.222.333.444: Invalid response from
http://www.mydomain.in/.well-known/acme-challenge/sobjt-eofKY5uKh45Gce26v4OOdzlymQFk7jfGz2szU
404
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.
I’ve checked the URLs, and it seems like the requests are redirected to the default website with HTTPS.
Here’s what I’ve done so far:
- Verified the DNS configuration using
dig
, and the URLs are correctly pointed to the server. - Checked for a
.htaccess
file inside the root directory of the website, but there isn’t one. - Looked for any redirect rules, but I couldn’t find where this redirection is happening.
- Tried various configurations to resolve the issue but still no luck.
Does anyone have any advice on how to fix this? Your help would be greatly appreciated!