publishlab / node-acme-client

Simple and unopinionated ACME client for Node.js
MIT License
272 stars 54 forks source link

consider ready as a valid response #53

Closed sdomagala closed 2 years ago

sdomagala commented 3 years ago

Hello,

Currently we are facing an issue that some SSL orders fail with a message Unexpected item status: ready which should be a valid status according to this thread: https://community.letsencrypt.org/t/acmev2-order-ready-status/62866

Seems like an old doc so I'm not sure how it went that long unnoticed, maybe it was jsut enabled for all Let's Encrypt APIs?

nmorsman commented 2 years ago

Hi @sdomagala and thanks for reporting this. 👋

Not sure how this went unnoticed for that long either, haven't been able to reproduce or see this error in production yet. Nevertheless it has been fixed in a51b2d91f36112e4d33c3ce709ee820ad348ef57 in addition to another unhandled state.