blob: 85683a0ba9056f9e156a1f8d535ea7d4b2f61142 (
plain)
1
2
3
4
5
6
7
8
|
#
# Bug#21920657: SSL-CA FAILS SILENTLY IF THE PATH CANNOT BE FOUND
#
# try to connect with wrong '--ssl-ca' path : should fail
ERROR 2026 (HY000): TLS/SSL error: xxxx
# try to connect with correct '--ssl-ca' path : should connect
have_ssl
1
|