[
https://issues.apache.org/jira/browse/IGNITE-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940756#comment-14940756
]
Pavel Konstantinov commented on IGNITE-1219:
--------------------------------------------
Is it correct to set array of objects like you done for 'trustManagers'?
May be something like this because trustManager should be an instance of
TrustManager
{code}
<property name="myObjects">
<list>
<bean class="example.MyObject1"/>
<bean class="example.MyObject2"/>
<bean class="example.MyObject3">
</list>
</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: Pavel Konstantinov
> 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)