SSL/5/SSL_VERIFY_FAIL: SSL certificate verification failed. (FailReason = [FailReason], ErrorCode = [ErrorCode], AppCid = [AppCid], VerifyMode = [VerifyMode])
In VS mode, this log is supported only by the admin VS.
Parameter Name | Parameter Meaning |
---|---|
FailReason |
Authentication failure cause. The options are as follows: -·The·certificate·ID·was·incorrect. -·The·current·system·UTC·was·beyond·the·validity·period·of·the·certificate. -·The·current·system·UTC·was·beyond·the·validity·period·of·the·CRL. |
ErrorCode |
Error code of an authentication failure |
AppCid |
Component ID |
VerifyMode |
Authentication mode |
Cause 1: The certificate ID was incorrect.
Cause 2: The current system UTC was beyond the validity period of the certificate.
Cause 3: The current system UTC was beyond the validity period of the CRL.
1. Perform different procedures for different causes.
Cause 1: Use a certificate with correct ID.
Cause 2:
Correct the system time and generate a certificate again, ensuring that the system UTC is within the validity period of the certificate.
Cause 3:
Correct the system time and generate a CRL again, ensuring that the system UTC is within the validity period of the CRL.
2. Collect trap, log, and configuration information, and contact Huawei technical support personnel.