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:
Vladislav Vaintroub 2021-07-23 10:14:18 +02:00
commit 0604592a85

View file

@ -0,0 +1 @@
--loose-tls-version=TLSv1.0,TLSv1.1,TLSv1.2