PKISharp / ACMESharpCore

An ACME v2 client library for .NET Standard (Let's Encrypt)
MIT License
325 stars 72 forks source link

handle unknown errors better #40

Closed WouterTinus closed 4 years ago

WouterTinus commented 4 years ago

Ran into the error orderNotReady which is not in the enum (because its not in the RFC) so it crashes on Enum.Parse. According to the specs it's not supposed to have the urn:ietf:params:acme:error: in front of it because its not in the RFC, but its good to have some additionial caution in any case.