Hey there,
just trying out to update LE Client to ACME v2 compatible Version (using https://github.com/analogic/lescript as base for my script)
Unfortunately I’m always getting this Error: Unable to unmarshal NewOrder request body
2019-10-01 11:27:55 [info] Getting list of URLs for API
2019-10-01 11:27:56 [info] Requesting new nonce for client communication
2019-10-01 11:27:56 [info] Account already registered. Continuing.
2019-10-01 11:27:56 [info] Sending registration to letsencrypt server
2019-10-01 11:27:56 [info] Sending signed request to https://acme-staging-v02.api.letsencrypt.org/acme/new-acct
2019-10-01 11:27:57 [info] Account: https://acme-staging-v02.api.letsencrypt.org/acme/acct/ACCID
2019-10-01 11:27:57 [info] Starting certificate generation process for domains
2019-10-01 11:27:57 [info] Requesting challenge for somedomains.com
2019-10-01 11:27:57 [info] Sending signed request to https://acme-staging-v02.api.letsencrypt.org/acme/new-order
2019-10-01 11:27:58 [error] 400
{
"type": "urn:ietf:params:acme:error:malformed",
"detail": "Unable to unmarshal NewOrder request body",
"status": 400
}
Someone here who could help me finding the Prob?
thx, bye from Austria
Andreas