mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	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.
		
			
				
	
	
		
			4 lines
		
	
	
		
			156 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			156 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
--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
 |