mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
fix ssl_cipher test
Setting specific ciphers does not work for OpenSSL 1.1.1+ client when it negotiates TLSv1.3 with the server. Require TLS version less that 1.3 for the server to workaround.
This commit is contained in:
parent
6cd3588f0e
commit
0604592a85
1 changed files with 1 additions and 0 deletions
1
mysql-test/main/ssl_cipher.opt
Normal file
1
mysql-test/main/ssl_cipher.opt
Normal file
|
|
@ -0,0 +1 @@
|
|||
--loose-tls-version=TLSv1.0,TLSv1.1,TLSv1.2
|
||||
Loading…
Add table
Add a link
Reference in a new issue