Skip to content

Commit

Permalink
fix ssl_cipher test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vaintroub committed Jul 23, 2021
1 parent 6cd3588 commit 0604592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/main/ssl_cipher.opt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--loose-tls-version=TLSv1.0,TLSv1.1,TLSv1.2

0 comments on commit 0604592

Please sign in to comment.