-
Notifications
You must be signed in to change notification settings - Fork 19k
x/crypto/acme: support subproblems #38978
Copy link
Copy link
Closed
golang/crypto
#138Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.ProposalProposal-AcceptedProposal-FinalCommentPeriod
Milestone
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.ProposalProposal-AcceptedProposal-FinalCommentPeriod
Type
Fields
Give feedbackNo fields configured for issues without a type.
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
Called
AuthorizeOrderto request a new ACMEv2 Order with identifiers rejected by the CAWhat did you expect to see?
An
acme.Errorpopulated with RFC 8555 subproblemsWhat did you see instead?
An
acme.Errorwith no subproblems available.This limits the information clients can provide to users and prevents automated corrections to the invalid Order, such as by removing the the rejected identifiers and requesting a new Order.