In the CA service, there are a few places where we raise custom errors that neither use the proper content type nor correspond to ACME error types (e.g., line 187, almost certainly others).
If possible, we should convert these to an actual ACME error type (even a generic one if the spec doesn't specify an appropriate one for the situation) so that clients can handle the issue correctly.
In the CA service, there are a few places where we raise custom errors that neither use the proper content type nor correspond to ACME error types (e.g., line 187, almost certainly others).
If possible, we should convert these to an actual ACME error type (even a generic one if the spec doesn't specify an appropriate one for the situation) so that clients can handle the issue correctly.