We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6755ba9 commit fc3024bCopy full SHA for fc3024b
lib/Service/IdentifyMethod/SignatureMethod/Password.php
@@ -53,7 +53,7 @@ private function validateCertificateRevocation(array $certificateData): void {
53
return;
54
}
55
if ($status === CrlValidationStatus::REVOKED) {
56
- throw new LibresignException($this->identifyService->getL10n()->t('Certificate has been revoked'), 400);
+ throw new LibresignException($this->identifyService->getL10n()->t('Certificate has been revoked'), 422);
57
58
// Admin explicitly disabled external CRL validation – allow signing.
59
if ($status === CrlValidationStatus::DISABLED) {
0 commit comments