You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2015/02/24 12:30:04 UTC

[jira] [Updated] (IGNITE-323) Add SSL support to communication SPI

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

Yakov Zhdanov updated IGNITE-323:
---------------------------------
    Description: 
Communication:
* Add SSL configuration to {{TcpCommunicationSpi}}.
* If SSL is configured, start additional NIO server server with {{GridNioSslFilter}}.
* Secured connection port should be added to node attributes.
* Also add {{sslEnabled}} flag. If {{true}}, communication client should always connect to SSL port instead of ordinary one. If the port is not defined (SSL is not configured no server), exception is thrown.

Discovery:
* Add SSL config to SPI
* Properly change connection logic to handle this

  was:
* Add SSL configuration to {{TcpCommunicationSpi}}.
* If SSL is configured, start additional NIO server server with {{GridNioSslFilter}}.
* Secured connection port should be added to node attributes.
* Also add {{sslEnabled}} flag. If {{true}}, communication client should always connect to SSL port instead of ordinary one. If the port is not defined (SSL is not configured no server), exception is thrown.


> Add SSL support to communication SPI
> ------------------------------------
>
>                 Key: IGNITE-323
>                 URL: https://issues.apache.org/jira/browse/IGNITE-323
>             Project: Ignite
>          Issue Type: Task
>          Components: general
>    Affects Versions: sprint-2
>            Reporter: Valentin Kulichenko
>            Assignee: Sergey Evdokimov
>            Priority: Critical
>             Fix For: sprint-3
>
>
> Communication:
> * Add SSL configuration to {{TcpCommunicationSpi}}.
> * If SSL is configured, start additional NIO server server with {{GridNioSslFilter}}.
> * Secured connection port should be added to node attributes.
> * Also add {{sslEnabled}} flag. If {{true}}, communication client should always connect to SSL port instead of ordinary one. If the port is not defined (SSL is not configured no server), exception is thrown.
> Discovery:
> * Add SSL config to SPI
> * Properly change connection logic to handle this



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)