summaryrefslogtreecommitdiff
path: root/mysql-test/t/ssl_des.test
blob: 7e4efe40add7a66947c2d6697f51d7dddf42e4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Tell the server to use a DES-encrypted cert
# then turn on ssl between the client and server
# and run a number of standard tests

-- source include/have_ssl.inc

# Connect by ip to avoid turning on "ssl-verify-server-cert"
connect (ssl_con,127.0.0.1,root,,,,$MASTER_MYPORT,SSL);

# Check ssl turned on
SHOW STATUS LIKE 'Ssl_cipher';

# Source select test case
-- source include/common-tests.inc

# Check ssl turned on
SHOW STATUS LIKE 'Ssl_cipher';