Hi!
I’m renewing a certificate (some-domain.net), but for some reasons a challenge for the “some-domain.at” (!) is tested by letsencrypt. The some-domain.at domain is never requested by myself, it’s not found in any config file.
Maybe during my last change in July I had a typo, but I got a valid certificate in the end.
Now my renewal fails due to the fact, that letsencrypt can’t resolve some-domain.at as it’s not registered.
How can I tell letsencrypt to drop some-domain.at? I’m using dehydrated https://github.com/lukas2511/dehydrated as a client.
+ Requesting challenge for some-domain.net...
+ Requesting challenge for www.some-domain.net...
+ Already validated!
+ Requesting challenge for cloud.some-domain.net...
+ Already validated!
+ Responding to challenge for some-domain.net...
ERROR: Challenge is invalid! (returned: invalid) (result: {
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:acme:error:connection",
"detail": "Fetching https://www.some-domain.at/.well-known/acme-challenge/*****: Error getting validation data",
"status": 400
},
“some-domain” is a synonym for my real domain.
Thanks! Arthur