What does HRESULT 0x80090327 (SEC_E_CERT_UNKNOWN) mean?

 
Previous Next
SEC_E_ILLEGAL_MESSAGE SEC_E_CERT_EXPIRED

SEC_E_CERT_UNKNOWN

SEC_E_CERT_UNKNOWN signals this condition: SSPI could not complete processing of a certificate used in authentication. This is a generic certificate-processing failure. The actionable cause is usually an earlier chain, revocation, EKU, private-key, or identity-mapping error in the authentication logs.

What to check

  • Inspect the certificate chain and the event that first reported validation failure.
  • Verify that the intended certificate has the required usage and can access its private key in the current context.
  • Do not import a certificate solely to make the error disappear; establish the expected issuing CA and identity mapping first.

Microsoft: Smart-card certificate requirements

Microsoft: SSPI status codes


Looking for a different code? Search another status or error code.