Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.3
-
None
Description
mysql -uroot --ssl --ssl-verify-server-cert=1 --ssl-ca=C:\work\certs\ca.pem
|
ERROR 2026 (HY000): TLS/SSL error: Server certificate validation failed. The signature of the certificate cannot be verified. Error 0x8
|
The actual , non-castrated error message should be
Server certificate validation failed. The signature of the certificate cannot be verified. Error 0x80096004(TRUST_E_CERT_SIGNATURE)
If it is truncated ending with 0x8, it is very confusing.