You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2019/02/14 13:46:00 UTC

[jira] [Closed] (IGNITE-6165) Use SSL connection in IpcClientTcpEndpoint when it's configured for grid

     [ https://issues.apache.org/jira/browse/IGNITE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov closed IGNITE-6165.
-----------------------------------

> Use SSL connection in IpcClientTcpEndpoint when it's configured for grid
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-6165
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6165
>             Project: Ignite
>          Issue Type: Improvement
>          Components: igfs
>    Affects Versions: 2.1
>            Reporter: Dmitry Karachentsev
>            Priority: Major
>
> HadoopIgfsIpcIo in start() method always opens insecure connection, even if SSL is configured (should be like in TcpDiscoverySpi.createSocket()), IpcServerTcpEndpoint must be protected as well.
> {code}
>     if (isSslEnabled())
>         sock = sslSockFactory.createSocket();
>     else
>         sock = new Socket();
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)