mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
cb8f837a3d
change SSL methods to be SSLv23 (according to openssl manpage: "A TLS/SSL connection established with these methods may understand the SSLv2, SSLv3, TLSv1, TLSv1.1 and TLSv1.2 protocols") from TLSv1 methods, that go back to the initial SSL implementation in MySQL in 2001. OpenSSL default ciphers are different if TLSv1.2 is enabled, so tests need to take this into account.
3 lines
156 B
Text
3 lines
156 B
Text
--loose-ssl-key=$MYSQL_TEST_DIR/std_data/server8k-key.pem
|
|
--loose-ssl-cert=$MYSQL_TEST_DIR/std_data/server8k-cert.pem
|
|
--loose-ssl-cipher=DHE-RSA-AES256-SHA
|