Event ID 36882: The Certificate Received From the Remote Server Was Issued By an Untrusted Certificate Authority.
Because authentication relies on digital certificates, certification authorities (CAs) such as Verisign or Active Directory Certificate Services are an important part of TLS/SSL. A CA is a mutually-trusted third party that confirms the identity of a certificate requestor (usually a user or computer), and then issues the requestor a certificate. The certificate binds the requestor’s identity to a public key. CAs also renew and revoke certificates as necessary. For example, if a client is presented with a server’s certificate, the client computer might try to match the server’s CA against the client’s list of trusted CAs. If the issuing CA is trusted, the client will verify that the certificate is authentic and has not been tampered with.
The Schannel provider creates the list of trusted certification authorities by searching the Trusted Root Certification Authorities store on the local computer. When Schannel detects a certificate that was issued by an untrusted certification authority, this error is logged.
The issue could be due to improper import of SSL CA.
Resolution : Re-import the certificate and monitor further.
Fatal Error codes and description at : Error codes and descriptions
Fatal Error codes and description at : Error codes and descriptions
Comments
Post a Comment