-
Notifications
You must be signed in to change notification settings - Fork 542
[Bug]: Step CA 0.30.2 send malformed JSON reply for order list #2629
Copy link
Copy link
Open
Labels
bugneeds triageWaiting for discussion / prioritization by teamWaiting for discussion / prioritization by team
Description
Steps to Reproduce
- use Step CA as ACME server
- request the order list according to RFC8555 section 7.1.2.1 (https://www.rfc-editor.org/rfc/rfc8555#section-7.1.2.1).
- JSON returned is "[]"
Your Environment
- OS - Gentoo Linux
step-caVersion - 0.30.2- ACME client is a private Go application that uses the https://pkg.go.dev/golang.org/x/crypto/acme lib
Expected Behavior
the RFC describes a different format: an empty order list should be {"orders": []}
Actual Behavior
JSON returned is "[]"
Additional Context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugneeds triageWaiting for discussion / prioritization by teamWaiting for discussion / prioritization by team