pebble icon indicating copy to clipboard operation
pebble copied to clipboard

Expired Authorizations/Challenges are still pending

Open jvanasco opened this issue 4 years ago • 0 comments

If an Authorization has expired, loading it will show a "pending" status. If a Challenge belongs to an Authorization which has expired, loading it will show a "pending" status.

Triggering the expired Challenge will result in an error json payload, as expected, such as:

 {u'status': 400, u'type': u'urn:ietf:params:acme:error:malformed', u'detail': u'Authorization expired 2020-02-28T20:25:02Z'}

Attempting to load the Authorization or Challenge after receiving this payload will still return a "pending" status.

jvanasco avatar Feb 28 '20 22:02 jvanasco