Ivan Daschinsky created IGNITE-15337:
----------------------------------------
Summary: CPP: ODBC ssl tests randomly fails on openssl 1.1.1f
Key: IGNITE-15337
URL: https://issues.apache.org/jira/browse/IGNITE-15337
Project: Ignite
Issue Type: Bug
Reporter: Ivan Daschinsky
ODBC ssl tests randomly fails on openssl 1.1.1f with failed handshake.
On openssl without tls 1.3 support all works flawlessly.
WA: disable TLS 1.3 on ignite side
{code}
-Djdk.tls.server.protocols=TLSv1.2
{code}
It will be also great to implement an ability to set TLS version on C++,
nowadays default one is choosen.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)