2016-03-01 10:17:25 +05:30
|
|
|
#
|
|
|
|
# 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): SSL connection error: SSL_CTX_set_default_verify_paths failed
|
|
|
|
# try to connect with correct '--ssl-ca' path : should connect
|
2016-07-11 21:29:18 +02:00
|
|
|
have_ssl
|
|
|
|
1
|
2016-03-01 10:17:25 +05:30
|
|
|
#
|
|
|
|
# Bug#21920678: SSL-CA DOES NOT ACCEPT ~USER TILDE HOME DIRECTORY
|
|
|
|
# PATH SUBSTITUTION
|
|
|
|
#
|
|
|
|
# try to connect with '--ssl-ca' option using tilde home directoy
|
|
|
|
# path substitution : should connect
|
2016-07-11 21:29:18 +02:00
|
|
|
have_ssl
|
|
|
|
1
|
2016-03-01 10:17:25 +05:30
|
|
|
# try to connect with '--ssl-key' option using tilde home directoy
|
|
|
|
# path substitution : should connect
|
2016-07-11 21:29:18 +02:00
|
|
|
have_ssl
|
|
|
|
1
|
2016-03-01 10:17:25 +05:30
|
|
|
# try to connect with '--ssl-cert' option using tilde home directoy
|
|
|
|
# path substitution : should connect
|
2016-07-11 21:29:18 +02:00
|
|
|
have_ssl
|
|
|
|
1
|