hello,
i have the same problem.
Sending GET request to https://acme-staging.api.letsencrypt.org/acme/authz/Jl-peIYAi4_RQZ-DBnyggUEDUb6iZo322KRvc_XMGRM.
https://acme-staging.api.letsencrypt.org:443 "GET /acme/authz/Jl-peIYAi4_RQZ-DBnyggUEDUb6iZo322KRvc_XMGRM HTTP/1.1" 200 2510
Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Boulder-Request-Id: 6FNNNxtsmIu0cG_KlQds7iY2L4FWTFPHawHmFZ-lCcM
Link: <https://acme-staging.api.letsencrypt.org/acme/new-cert>;rel="next"
Replay-Nonce: 5q93NnPg5R8AH7VQHEuFM3TayRC7yY8KQC3JdKl-Y6A
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Content-Length: 2510
Expires: Mon, 19 Jun 2017 08:38:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 19 Jun 2017 08:38:00 GMT
Connection: keep-alive
{
"identifier": {
"type": "dns",
"value": "webdev.mediathekview.de"
},
"status": "invalid",
"expires": "2017-06-26T08:37:51Z",
"challenges": [
{
"type": "tls-sni-01",
"status": "pending",
"uri": "https://acme-staging.api.letsencrypt.org/acme/challenge/Jl-peIYAi4_RQZ-DBnyggUEDUb6iZo322KRvc_XMGRM/44606663",
"token": "qiwDRKizC5T3WXea6MxfW7RiMlJANRRgzVD1aFUEdV4"
},
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:acme:error:connection",
"detail": "Fetching http://le-auth.mediathekview.de/.well-known/acme-challenge/xPIc0s1XRqkOG-D8d5gJ5ZV2B8znTggnVeSNo-mamg4: Timeout",
"status": 400
},
"uri": "https://acme-staging.api.letsencrypt.org/acme/challenge/Jl-peIYAi4_RQZ-DBnyggUEDUb6iZo322KRvc_XMGRM/44606664",
"token": "xPIc0s1XRqkOG-D8d5gJ5ZV2B8znTggnVeSNo-mamg4",
"keyAuthorization": "xPIc0s1XRqkOG-D8d5gJ5ZV2B8znTggnVeSNo-mamg4.NihnW21AV9wjCIiiEe2DsisKVHPIjjY1rM3oec6RebE",
"validationRecord": [
{
"url": "https://webdev.mediathekview.de/.well-known/acme-challenge/xPIc0s1XRqkOG-D8d5gJ5ZV2B8znTggnVeSNo-mamg4",
"hostname": "webdev.mediathekview.de",
"port": "443",
"addressesResolved": [
"5.1.76.243"
],
"addressUsed": "5.1.76.243",
"addressesTried": []
},
{
"url": "http://le-auth.mediathekview.de/.well-known/acme-challenge/xPIc0s1XRqkOG-D8d5gJ5ZV2B8znTggnVeSNo-mamg4",
"hostname": "le-auth.mediathekview.de",
"port": "80",
"addressesResolved": [
"5.1.76.243",
"2a00:f820:417::18e6:9ec3"
],
"addressUsed": "5.1.76.243",
"addressesTried": []
},
{
"url": "http://webdev.mediathekview.de/.well-known/acme-challenge/xPIc0s1XRqkOG-D8d5gJ5ZV2B8znTggnVeSNo-mamg4",
"hostname": "webdev.mediathekview.de",
"port": "80",
"addressesResolved": [
"5.1.76.243"
],
"addressUsed": "5.1.76.243",
"addressesTried": []
}
]
},
{
"type": "dns-01",
"status": "pending",
"uri": "https://acme-staging.api.letsencrypt.org/acme/challenge/Jl-peIYAi4_RQZ-DBnyggUEDUb6iZo322KRvc_XMGRM/44606665",
"token": "TCUKNOXaWluDFa5cmuHgWXnwB3VVUO7hdB8tVvsltds"
}
],
"combinations": [
[
2
],
[
1
],
[
0
]
]
}
Reporting to user: The following errors were reported by the server:
Domain: webdev.mediathekview.de
Type: connection
Detail: Fetching http://le-auth.mediathekview.de/.well-known/acme-challenge/xPIc0s1XRqkOG-D8d5gJ5ZV2B8znTggnVeSNo-mamg4: Timeout
if i
curl -L http://webdev.mediathekview.de/.well-known/acme-challenge/xPIc0s1XRqkOG-D8d5gJ5ZV2B8znTggnVeSNo-mamg4
I get the content of the file. I have create manually this file and i got no timeout.
I have looked and letsencrypt will create the files too.