Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step 3: Sign API Requests fails when attempting to register #60

Closed
tab00 opened this issue Jan 5, 2016 · 4 comments
Closed

Step 3: Sign API Requests fails when attempting to register #60

tab00 opened this issue Jan 5, 2016 · 4 comments

Comments

@tab00
Copy link

tab00 commented Jan 5, 2016

The response from POST request to "https://acme-v01.api.letsencrypt.org/acme/new-reg" is:
{"type":"urn:acme:error:malformed","detail":"Unable to read/verify body :: JWS verification error","status":400}

@martin-s
Copy link

martin-s commented Feb 6, 2016

Kind of same error like in #62.

@diafygi
Copy link
Owner

diafygi commented Feb 22, 2016

Likely because you have a newline. Be sure to use echo -n or printf when piping the signature payload into openssl.

@diafygi diafygi closed this as completed Feb 22, 2016
@TLMcode
Copy link

TLMcode commented Mar 4, 2017

This issue is closed but not resolved. I've used the exact echo setup and I still get the same error

@rolexim
Copy link

rolexim commented Jun 30, 2017

I've used the echo in a proper way, same error, I'm unable to pass the step 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants