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 42b4a3f commit 3545d81Copy full SHA for 3545d81
src/Certify.Shared/Management/CertificateManager.cs
@@ -212,9 +212,8 @@ public static string[] CheckCertChain(X509Certificate2 cert)
212
}
213
catch (Exception)
214
{
215
- log?.Warning("Failed to Check Ocsp Revoked Status {file}", filename);
216
-
217
- return Models.Certify.Models.CertificateStatusType.Unknown;
+ // ocsp details not available, responder not available or unsupported
+ return Models.Certify.Models.CertificateStatusType.OcspNotSupported;
218
219
220
0 commit comments