You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to get orders from a logged in account, it throws the following error:
org.shredzone.acme4j.exception.AcmeProtocolException: orders: required, but not set
org.shredzone.acme4j.toolbox.JSON$Value.required(JSON.java:501), org.shredzone.acme4j.toolbox.JSON$Value.asURL(JSON.java:445), org.shredzone.acme4j.Account.getOrders(Account.java:131)
This is from an account logged into Let's Encrypt staging. I can create a new order and utilize that normally, but getting orders from the account throws an error.
The text was updated successfully, but these errors were encountered:
The problem here is that the orders field of the account is specified as required in the ACME protocol, but has not been implemented by Let's Encrypt yet. See letsencrypt/boulder#3335 .
In issue #74 there was a discussion about that problem and a possible workaround.
I'm closing this bug because of that. If you have further questions, please use issue #74, so the discussion is kept in one place.
When I try to get orders from a logged in account, it throws the following error:
org.shredzone.acme4j.exception.AcmeProtocolException: orders: required, but not set
org.shredzone.acme4j.toolbox.JSON$Value.required(JSON.java:501), org.shredzone.acme4j.toolbox.JSON$Value.asURL(JSON.java:445), org.shredzone.acme4j.Account.getOrders(Account.java:131)
This is from an account logged into Let's Encrypt staging. I can create a new order and utilize that normally, but getting orders from the account throws an error.
The text was updated successfully, but these errors were encountered: