Lines Matching refs:certificate

25 Unable to get issuer certificate.
29 This error code is reported if the attempt to obtain the issuer certificate fails.
33 The certificate chain is incomplete or an incorrect certificate is configured on the server.
37 …SSL/TLS connection is correctly set with a certificate path and certificate chain and whether the
43 Unable to get certificate revocation list (CRL).
55 …the CRL file, or use the Online Certificate Status Protocol (OCSP) to check the certificate status.
61 Unable to decrypt certificate signature.
65 This error code is reported if the attempt to decrypt the certificate signature fails.
73 …s a correct private key, the private key matches the public key of the certificate, and the privat…
105 The certificate format is incorrect, or the public key data is damaged.
109 Check the certificate format and public key data, and regenerate the certificate.
119 This error code is reported if the attempt to sign the certificate fails.
123 The certificate signature is incorrectly calculated, or the digital signature algorithm used by the…
127certificate is supported by the client, the signature key of the certificate matches the public ke…
155 This error code is reported if the certificate has not taken effect.
159 The start date of the certificate is later than the current date.
163 Check the start date and end date of the certificate, and update or regenerate the certificate.
173 This error code is reported if the certificate has expired.
177 The end date of the certificate is earlier than the current date.
181 Check the start date and end date of the certificate, and update or regenerate the certificate.
223 Self-signed certificate.
227 This error code is reported if a self-signed certificate is used.
231 The certificate signature is obtained through the public key of the certificate itself and is not i…
235 Check the certificate source, and add the self-signed certificate as a trusted CA.
241 Unable to get local issuer certificate.
245 This error code is reported if the attempt to obtain the local issuer certificate fails.
249 The certificate storage on the client is not one issued by a trusted CA.
253 Check that the client has a correct CA certificate. Update the certificate, check the network conne…
263 This error code is reported if certificate has been revoked.
267 The certificate has expired or has been revoked, or the certificate chain is incomplete.
271 Check whether the certificate has been revoked. If yes, use an available certificate.
277 Invalid certificate authority (CA).
285 The CA certificate has expired or has been revoked, or the certificate is not issued by a trusted C…
289 Check that the certificate is available and issued by a trusted CA. If not, replace it with one iss…
299 This error code is reported if the certificate is untrusted.
303 The certificate is issued by an untrusted CA or the certificate has been revoked.
307 …hat the certificate is issued by a trusted CA and the signature key of the certificate matches the…
313 Invalid certificate verification context.
317 This error code is reported if the certificate verification context is invalid.
321certificate is missing in the certificate chain, the public key of the certificate does not match …
325 Check the certificate chain to make sure that all certificates and signatures are correct.