# 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--sourceinclude/have_openssl.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 onSHOWSTATUSLIKE'Ssl_cipher';# Source select test case--sourceinclude/common-tests.inc# Check ssl turned onSHOWSTATUSLIKE'Ssl_cipher';