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

HTTP 411 when calling acme.getMeACertificate #8

Open
timschwartz opened this issue Nov 1, 2015 · 1 comment
Open

HTTP 411 when calling acme.getMeACertificate #8

timschwartz opened this issue Nov 1, 2015 · 1 comment

Comments

@timschwartz
Copy link

`
Acquiring SSL certificate from acme-staging.api.letsencrypt.org

       Method: POST
       URL: https://acme-staging.api.letsencrypt.org/acme/new-authz
       Body: {"header":{"alg":"RS256","jwk":{"kty":"RSA","n":"n3nhHhhldXRoSldfZzR_xJu3_ACdlUpOaStDZboedjzFLoMMPnNjTVt4sHl7Jreap5XaOxuFntzJprIAc4Q5mk7YL9-dJkej947zAeXrjBUkKfR_ZHhzdWBReY47cJfCSEdl6mLx0xUCPJYvWleFpa6wkUdXaJdzFUKms4Qn946GBY1BM0valfOBrGp9wdCnrD1IJaMo1RwihD-VQM2zZdzyINpDzLFlMW-NTJshhl30hJqCZFk2cxf4x2rF8ly0Vl9ollQo7akG1fI8XQXei-lKQ1zLW9Hviot-7YMdK-68TiRm7I8QNnWzBlL7JVQOht4zsNF8YflnVtazDYGsMw","e":"AQAB"}},"protected":"eyJub25jZSI6IklNYUVXSGRId29tYndoRVY0bmtjdVEifQ","payload":"eyJpZGVudGlmaWVyIjp7InR5cGUiOiJkbnMiLCJ2YWx1ZSI6Im1ldGF2ZXJzZS5ob3N0In19","signature":"RJSdir-O-oUuS087X2y_NJo3PPCeeiyNfqVXc0INDXx5WI3k5ngzV77rBrJjfLDkc0l23ZUEjDNaLxu2P8t4M_Jn6-dR9QrScV3HJQFsXVVCDQGmyq3qANE-bqk5uLtho54ydaCuvt83j8xS88Pg5SrqI7fxVLuTm89KCGmI3OnR_2nnpHuFBcV3-MUkIF3rSrsA2wlAfKhhVPgAeYffRc-j7XKSwtVXSRvTojWZSzGNx6_7ghdZZICZrC2we48ex-H2-km5ZTvlp92stQRbHSNpjO9E_QO_gQL2zaisi0RVwfYVz3QKbjWnUyrJtFNJ2HYsFns4w--fT7uwJ0nLdA"}

<~~~ HTTP RESPONSE
       Code: 411
       Header: {"server":"AkamaiGHost","mime-version":"1.0","content-type":"text/html","content-length":"222","expires":"Sun, 01 Nov 2015 06:11:46 GMT","cache-control":"max-age=0, no-cache, no-store","pragma":"no-cache","date":"Sun, 01 Nov 2015 06:11:46 GMT","connection":"close"}
       Body: <HTML><HEAD>
<TITLE>Bad Request</TITLE>
</HEAD><BODY>

<H1>Bad Request</H1>

Your browser sent a request that this server could not understand.<P>
Reference&#32;&#35;7&#46;d8fd4317&#46;1446358306&#46;1e1a2fb
</BODY>
</HTML>

Got callback from authorizeKeyPair:
{ error: 'Unacceptable challenge response' }
411
{ server: 'AkamaiGHost',
  'mime-version': '1.0',
  'content-type': 'text/html',
  'content-length': '222',
  expires: 'Sun, 01 Nov 2015 06:11:46 GMT',
  'cache-control': 'max-age=0, no-cache, no-store',
  pragma: 'no-cache',
  date: 'Sun, 01 Nov 2015 06:11:46 GMT',
  connection: 'close' }
<Buffer 3c 48 54 4d 4c 3e 3c 48 45 41 44 3e 0a 3c 54 49 54 4c 45 3e 42 61 64 20 52 65 71 75 65 73 74 3c 2f 54 49 54 4c 45 3e 0a 3c 2f 48 45 41 44 3e 3c 42 4f 44 ...>
`
@michielbdejong
Copy link
Owner

Hi @timschwartz sorry for not answering earlier, I missed the notification somehow.

I haven't been maintaining this package lately, could you please try using https://github.com/Daplie/node-letsencrypt instead?

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

2 participants