I did specify SSLContextFactory like below
<property name="sslContextFactory">
<bean class="org.apache.ignite.ssl.SslContextFactory">
<property name="keyStoreFilePath"
value="/usr/apache-ignite-2.8.1-bin/config/ignitedev-node1-keystore.jks"/>
<property name="keyStorePassword" value="XXXXXXX"/>
<property name="trustStoreFilePath"
value="/usr/apache-ignite-2.8.1-bin/config/ignitedev-node1-truststore.jks"/>
<property name="trustStorePassword" value="XXXXXX"/>
</bean>
</property>
and sslEnabled enables like below
<property name="clientConnectorConfiguration">
<bean
class="org.apache.ignite.configuration.ClientConnectorConfiguration">
<property name="sslEnabled" value="true"/>
</bean>
</property>
And, we were able to connect from any Java API and Ignite SQLLine console as
well, only from DBEaever we are not able to connect
SSL socket factory, how do we specify this ?
Thanks
Naveen
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/