Run WinAcme with IIS: Authorization result: invalid

Hello,
We don't know what's going on with this new domain. the A records of this domain has been pointed to our server.
we have confirmed by ping luxlux.hu, but the cert generate failed.
it never happened with other old domains before.
would be appreciated with your help.

My domain is:luxelux.hu

I ran this command: Create new cert with all default settings

It produced this output:
Authorize identifier luxelux.hu
Authorizing luxelux.hu using http-01 validation (SelfHosting)
{
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "2a00:4b40:aaaa:2006::7: Invalid response from http://luxelux.hu/.well-known/acme-challenge/aMDI9hLbg5l4fizJ0lJxEFsj4Dd6lHoKY0g3q9QXQXM: 404",
"status": 403
}
Authorization result: invalid

My web server is (include version):IIS (version10.0.14393.0)

The operating system my web server runs on is (include version):
windows server 2016 version 1607

My hosting provider, if applicable, is:
No

I can login to a root shell on my machine (yes or no, or I don't know):
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):
No

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
win-acme.v2.1.7.807.x64 pluggable

That doesn't look to be your IP address. (Or at least, it's an openresty server and the IPv4 address is IIS as you expect.) Make sure both your A and AAAA records in DNS are correct.

6 Likes

Hi Peter,
Thank you very much!
AAAA record is the problem, after I change it, the cert has been successfully generated.
Have a nice day!

4 Likes