[
https://issues.apache.org/jira/browse/IGNITE-8394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16454514#comment-16454514
]
Sergey Kalashnikov commented on IGNITE-8394:
--------------------------------------------
[~isapego], I have reviewed the changes. Generally it looks good, but I have
concerns regarding the function {{SecureSocketClient::AsyncConnectInternal()}}.
1. The name of the function is confusing since it doesn't actually return
control until connection is established or failure happens.
2. When it does return {{false}}, the call to {{ssl::SSL_free(sslIO)}} is
missing.
> ODBC: Can not establish SSL connection to remote host.
> ------------------------------------------------------
>
> Key: IGNITE-8394
> URL: https://issues.apache.org/jira/browse/IGNITE-8394
> Project: Ignite
> Issue Type: Bug
> Components: odbc
> Affects Versions: 2.4
> Reporter: Igor Sapego
> Assignee: Igor Sapego
> Priority: Major
> Labels: odbc, ssl, tls
> Fix For: 2.5
>
>
> Driver connects to the local server, but when connecting to remote server
> client sometimes returns error when trying to establish async connection,
> though the connection established successfully, if the error is ignored.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)