UNHANDLED_ORDER_STATUS error #7

Open
opened 2020-07-26 13:09:04 +00:00 by Ghost · 0 comments

Hello

I noticed this new error today, FYI after I get this error ... the certificate is correctly generated and everything is working ... except it's renegerating the cert each time ...

(node:24266) UnhandledPromiseRejectionWarning: Error: Didn't finalize order: Unhandled status '403'. This is not one of the known statuses...
Requested: 'redacted.redacted.com'
Validated: ''
{
  "type": "urn:ietf:params:acme:error:orderNotReady",
  "detail": "Order's status (\"valid\") is not acceptable for finalization",
  "status": 403
}

Please open an issue at https://git.rootprojects.org/root/acme.js

Any idea about what is wrong?
Thanks a lot for your help and great library

Here is the full log

Loading existing ACME account...
Loading existing ACME account...
ACME ID:  https://acme-v02.api.letsencrypt.org/acme/acct/92343823
Loading existing serverKey ...
public Folder: /root/ws-trail//public/
validating domain authorization for redacted.redacted.com
INIT ACME CHALLENGE
SET ACME CHALLENGE
writing: /root/ws-trail/public/.well-known/acme-challenge/test-22cfaa7bebc3981c3f9f595fb2471404-0
ACME ID:  https://acme-v02.api.letsencrypt.org/acme/acct/92343823
Loading existing serverKey ...
public Folder: /root/ws-trail//public/
validating domain authorization for redacted.redacted.com
INIT ACME CHALLENGE
SET ACME CHALLENGE
writing: /root/ws-trail/public/.well-known/acme-challenge/test-08323081cc39d44789c2845a582457ac-0
config auto saved on disk
REMOVE ACME CHALLENGE
certificate_order
REMOVE ACME CHALLENGE
certificate_order
challenge_status redacted.redacted.com valid
REMOVE ACME CHALLENGE
wrote /root/ws-trail/CERTS/meta.json
challenge_status redacted.redacted.com valid
REMOVE ACME CHALLENGE
wrote /root/ws-trail/CERTS/meta.json
certificate_status  valid
certificate_status  403
(node:24266) UnhandledPromiseRejectionWarning: Error: Didn't finalize order: Unhandled status '403'. This is not one of the known statuses...
Requested: 'redacted.redacted.com'
Validated: ''
{
  "type": "urn:ietf:params:acme:error:orderNotReady",
  "detail": "Order's status (\"valid\") is not acceptable for finalization",
  "status": 403
}

Please open an issue at https://git.rootprojects.org/root/acme.js
    at Object.E.UNHANDLED_ORDER_STATUS (/root/ws-trail/node_modules/@root/acme/errors.js:28:9)
    at /root/ws-trail/node_modules/@root/acme/acme.js:1076:7
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async GenerateCert (/root/ws-trail/node_modules/@elestio/cloudgate/lib/letsencrypt.js:212:13)
(node:24266) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async functi                                      on without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise re                                      jection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id:                                       2)
(node:24266) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled                                       will terminate the Node.js process with a non-zero exit code.
Hello I noticed this new error today, FYI after I get this error ... the certificate is correctly generated and everything is working ... except it's renegerating the cert each time ... ``` (node:24266) UnhandledPromiseRejectionWarning: Error: Didn't finalize order: Unhandled status '403'. This is not one of the known statuses... Requested: 'redacted.redacted.com' Validated: '' { "type": "urn:ietf:params:acme:error:orderNotReady", "detail": "Order's status (\"valid\") is not acceptable for finalization", "status": 403 } Please open an issue at https://git.rootprojects.org/root/acme.js ``` Any idea about what is wrong? Thanks a lot for your help and great library Here is the full log ``` Loading existing ACME account... Loading existing ACME account... ACME ID: https://acme-v02.api.letsencrypt.org/acme/acct/92343823 Loading existing serverKey ... public Folder: /root/ws-trail//public/ validating domain authorization for redacted.redacted.com INIT ACME CHALLENGE SET ACME CHALLENGE writing: /root/ws-trail/public/.well-known/acme-challenge/test-22cfaa7bebc3981c3f9f595fb2471404-0 ACME ID: https://acme-v02.api.letsencrypt.org/acme/acct/92343823 Loading existing serverKey ... public Folder: /root/ws-trail//public/ validating domain authorization for redacted.redacted.com INIT ACME CHALLENGE SET ACME CHALLENGE writing: /root/ws-trail/public/.well-known/acme-challenge/test-08323081cc39d44789c2845a582457ac-0 config auto saved on disk REMOVE ACME CHALLENGE certificate_order REMOVE ACME CHALLENGE certificate_order challenge_status redacted.redacted.com valid REMOVE ACME CHALLENGE wrote /root/ws-trail/CERTS/meta.json challenge_status redacted.redacted.com valid REMOVE ACME CHALLENGE wrote /root/ws-trail/CERTS/meta.json certificate_status valid certificate_status 403 (node:24266) UnhandledPromiseRejectionWarning: Error: Didn't finalize order: Unhandled status '403'. This is not one of the known statuses... Requested: 'redacted.redacted.com' Validated: '' { "type": "urn:ietf:params:acme:error:orderNotReady", "detail": "Order's status (\"valid\") is not acceptable for finalization", "status": 403 } Please open an issue at https://git.rootprojects.org/root/acme.js at Object.E.UNHANDLED_ORDER_STATUS (/root/ws-trail/node_modules/@root/acme/errors.js:28:9) at /root/ws-trail/node_modules/@root/acme/acme.js:1076:7 at processTicksAndRejections (internal/process/task_queues.js:97:5) at async GenerateCert (/root/ws-trail/node_modules/@elestio/cloudgate/lib/letsencrypt.js:212:13) (node:24266) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async functi on without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise re jection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2) (node:24266) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. ```
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: root/acme.js#7
No description provided.