You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2015/10/01 10:14:26 UTC

[jira] [Comment Edited] (IGNITE-1219) Add ssl configuration

    [ https://issues.apache.org/jira/browse/IGNITE-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14939360#comment-14939360 ] 

Pavel Konstantinov edited comment on IGNITE-1219 at 10/1/15 8:14 AM:
---------------------------------------------------------------------

1) Need to add to UI options for setting following:
{code}
<property name="trustManagers">
        <bean class="org.apache.ignite.ssl.SslContextFactory" factory-method="getDisabledTrustManager"/>
</property>
{code}
2) Do not generate empty values
{code}
sslContextFactory.setTrustStoreFilePath("");
sslContextFactory.setTrustStoreType("");
{code}


was (Author: pkonstantinov):
Need to add to UI options for setting following:
{code}
<property name="trustManagers">
        <bean class="org.apache.ignite.ssl.SslContextFactory" factory-method="getDisabledTrustManager"/>
</property>
{code}

> Add ssl configuration
> ---------------------
>
>                 Key: IGNITE-1219
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1219
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>    Affects Versions: ignite-1.4
>            Reporter: Vasiliy Sisko
>            Assignee: Vasiliy Sisko
>             Fix For: ignite-1.5
>
>
> We need to add ssl configuration to cluster screen



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