Jul 22, 2017 · 1 min read
So here is what happens. Everything goes fine until the .well-known. I then add that to my (node-)app and deploy. This takes about 8–9 minutes. After this I can curl the the .well-known/acme-challenge path and get the desired result.
When I press enter in the letsencrypt-nosudo process I get the following (I’ll not post everything here):
Error: test_data:
POST https://acme-v01.api.letsencrypt.org/acme/challenge/tcwBHG-OFGN0Z9h_SfKElERCefV4C30-b3U4EKcy0J4/1595445578
{ [...] },
{ [...] }
{
“type”: “urn:acme:error:badNonce”,
“detail”: “JWS has invalid anti-replay nonce uCjJb5V61EvNy7jWZtiUSWNcLS1Cu2YGaC35hAqB_cA”,
“status”: 400
}
Traceback (most recent call last):
[...]
urllib2.HTTPError: HTTP Error 400: Bad RequestAny thoughts? Thanks so much for the help already…
