Hi, i’ve been using dehydrated
to keep my certs updated since pretty much day 1, and it’s been worked flawless, but since a couple of days ago i’m having an issue with updating a cert that’s about to expire soon:
Processing pokemap.berlin with alternative names: www.pokemap.berlin dev.pokemap.berlin
+ Checking domain name(s) of existing cert... changed!
+ Domain name(s) are not matching!
+ Names in old certificate: dev.pokemap.berlin pmg.faked.org pokemap.berlin www.pokemap.berlin
+ Configured names: dev.pokemap.berlin pokemap.berlin www.pokemap.berlin
+ Forcing renew.
+ Checking expire date of existing cert...
+ Valid till Jun 14 22:01:00 2017 GMT Certificate will expire
(Less than 30 days). Renewing!
+ Signing domains...
+ Generating private key...
+ Generating signing request...
+ Requesting challenge for pokemap.berlin...
+ Requesting challenge for www.pokemap.berlin...
+ Requesting challenge for dev.pokemap.berlin...
+ Responding to challenge for pokemap.berlin...
+ Responding to challenge for www.pokemap.berlin...
+ Responding to challenge for dev.pokemap.berlin...
ERROR: Challenge is invalid! (returned: invalid) (result: {
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:acme:error:connection",
"detail": "Could not connect to dev.pokemap.berlin",
"status": 400
},
"uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/aL5EsF2NuL8zBQHzgBw8qFxKFmnrlt91RdfNxm30lAk/1210320188",
"token": "MQyfKns3ATGGPMS-pKSieBlrWpjE86FIj2pnuYcAFfo",
"keyAuthorization": "MQyfKns3ATGGPMS-pKSieBlrWpjE86FIj2pnuYcAFfo.ymn7rrjFsLBQUTzWYgdoacDjsIe-B36saKrAYkAh2Tk",
"validationRecord": [
{
"url": "http://dev.pokemap.berlin/.well-known/acme-challenge/MQyfKns3ATGGPMS-pKSieBlrWpjE86FIj2pnuYcAFfo",
"hostname": "dev.pokemap.berlin",
"port": "80",
"addressesResolved": [
"87.128.111.190",
"2003:a:37f:ef4f::"
],
"addressUsed": "2003:a:37f:ef4f::",
"addressesTried": []
}
]
})
The challenge is definitely accessible, i have a text file in the shared challenges folder that i use for testing if the vHosts are configured correctly: https://dev.pokemap.berlin/.well-known/acme-challenge/access.txt
I can’t figure out why this would throw a connection error, and i also can’t see any requests in my logs that responded with a status code 400.