Authz challenge - Response does not complete challenge

I am trying to send a http-01 challenge response, but I get the error message
urn:acme:error:malformed and Response does not complete challenge.

What is not completed ? Am I missing some fields? I couldn’t find anything in the documentation.

jws payload:

{
“resource”: “challenge”,
“type”: “http-01”,
“keyAuthorization”: “w8CKXSMqzrakX1blUGNknT-anlElIrODxkjj1-9Pje4.XR69s9Iq6_KjVY_hiBM6GMzFtlJW4YAX1DIu0tNXJm8”
}

Posted to https://acme-v01.api.letsencrypt.org/acme/challenge/wS0Lh_azfW_4V_oYV1xRcUPxzw02XPLkrR-PwstzM00/21218438

You can try my client: https://github.com/Neilpang/le.git

Define a macro DEBUG=1, you will get all the detailed output.

I hope it can help you.

1 Like