Hello,
I am the backend developer of the hosting team in CDmon and we make possible for our clients to install Let’s Encrypt certificates from our self-made Control Panel. We use ruby and acme-client 0.5.0 version.
We already have around 4000 certificates requested successfully but we have one with some difficults…
Please fill out the fields below so we can help you better.
My domain is: www.nutshot.es
I ran this command:
It produced this output:
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:acme:error:connection",
"detail": "Could not connect to www.nutshot.es",
"status": 400
},
"uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/lNT4e8EC4xUD-dCd9iJmLaUFU6_jpk50mIq1uMXr_C4/1244940526",
"token": "JWnjGtAkWE8XrUzpRGRYEvE4GUh_DXIZZ-eQiLcw5V0",
"keyAuthorization": "JWnjGtAkWE8XrUzpRGRYEvE4GUh_DXIZZ-eQiLcw5V0.8ClS42WKv8sX1-UgEXCanJyp4Kt7TT01yLNUphtIpBY",
"validationRecord": [
{
"url": "http://www.nutshot.es/.well-known/acme-challenge/JWnjGtAkWE8XrUzpRGRYEvE4GUh_DXIZZ-eQiLcw5V0",
"hostname": "www.nutshot.es",
"port": "80",
"addressesResolved": [
"134.0.14.130",
"2001:8d8:100f:f000::2"
],
"addressUsed": "2001:8d8:100f:f000::2",
"addressesTried": []
}
]
}
But if you access to the .well-known path you can see the content:
http://www.nutshot.es/.well-known/acme-challenge/JWnjGtAkWE8XrUzpRGRYEvE4GUh_DXIZZ-eQiLcw5V0
It is true that my client has an .htaccess file but it is avoided in the moment of requeting the let’s encrypt certificate.
My web server is (include version):
Apache/2.2.22 (Debian)
The operating system my web server runs on is (include version):
Debian 7
My hosting provider, if applicable, is:
CDmon
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
My question is: why the response says that cannot access to www.nutshot.es when it is not true??
Thank a lot!