Please fill out the fields below so we can help you better.
My domain is: redparticle.net
I ran this command: python acme_tiny.py --account-key /tmp/acme-challenge-private/redparticle.net.pem --csr /tmp/acme-challenge-private/redparticle.net.csr --acme-dir /tmp/acme-challenge-public
It produced this output:
{
“type”: “http-01”,
“status”: “invalid”,
“error”: {
“type”: “urn:acme:error:connection”,
“detail”: “Could not connect to redparticle.net”,
“status”: 400
},
“uri”: “https://acme-v01.api.letsencrypt.org/acme/challenge/u8y4eYJA3mCfYuINoTz4aTwEU2Tm3kR4rT-M1ZlM-dA/1170125532”,
“token”: “7JWPL4cQfROwcoJdWDbSBQjk1GUazBlbefANMMJRtgg”,
“keyAuthorization”: “7JWPL4cQfROwcoJdWDbSBQjk1GUazBlbefANMMJRtgg.H8VTBUdlNDTMelbIFUBZLHKTU5IuohSSNvVxAuJqjzc”,
“validationRecord”: [
{
“url”: “http://redparticle.net/.well-known/acme-challenge/7JWPL4cQfROwcoJdWDbSBQjk1GUazBlbefANMMJRtgg”,
“hostname”: “redparticle.net”,
“port”: “80”,
“addressesResolved”: [
“46.117.83.14”
],
“addressUsed”: “46.117.83.14”,
“addressesTried”: []
}
]
}
My operating system is (include version): Raspbian 8 (Debian Jessie for Raspberry Pi)
My web server is (include version): Nginx 1.6.2
My hosting provider, if applicable, is:
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): yes - Yunohost (does that count?).
I’m trying to set up a small test server on my Raspberry Pi and I’m getting the error above. the Pi sits behind a router but ports 80 and 443 are routed to it. I can access the challenge url from the outside:
http://redparticle.net/.well-known/acme-challenge/7JWPL4cQfROwcoJdWDbSBQjk1GUazBlbefANMMJRtgg
Please help.