Hello! This may be caused by https://issues.apache.org/jira/browse/IGNITE-11312
You can either wait for 2.9.1 which will fix it, or prepend all properties' names with "ignite.jdbc." Regards, -- Ilya Kasnacheev чт, 24 дек. 2020 г. в 14:10, Naveen <[email protected]>: > 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/ >
