16 lines
682 B
Plaintext
16 lines
682 B
Plaintext
#Want to skip this test from daily Valgrind execution
|
|
--source include/no_valgrind_without_big.inc
|
|
--source include/allowed_ciphers.inc
|
|
|
|
#echo Suppress expiration warning by the server check: no CA
|
|
call mtr.add_suppression("Server SSL certificate doesn't verify");
|
|
|
|
#
|
|
# Bug#29784 YaSSL assertion failure when reading 8k key.
|
|
#
|
|
--replace_regex $ALLOWED_CIPHERS_REGEX
|
|
--exec $MYSQL --ssl-mode=REQUIRED --ssl-key=$MYSQL_TEST_DIR/std_data/client-key.pem --ssl-cert=$MYSQL_TEST_DIR/std_data/client-cert.pem -e "SHOW STATUS LIKE 'ssl_Cipher'" 2>&1
|
|
|
|
## This test file is for testing encrypted communication only, not other
|
|
## encryption routines that the SSL library happens to provide!
|