x/crypto/acme: WaitOrder returns an order without a URI #73504
Labels
BugReport
Issues describing a possible bug in the Go implementation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
Go version
go version go1.24.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
I haven't quite narrowed down the exact state that Let's Encrypt is in (though I believe "ready") for the order but when
WaitOrder
is called it can return a order object that doesn't have aURI
.What did you see happen?
The
URI
on the order is empty but the order is otherwise okay.What did you expect to see?
I expected the URI to always be there. Should we be filling in the URI from the URI used to fetch it if it wasn't returned in the Location header?
The text was updated successfully, but these errors were encountered: