Hi,
I have enabled SSL security for the ignite REST API's by adding below
configurations in the jetty.xml file.
<New id="sslContextFactory"
class="org.eclipse.jetty.util.ssl.SslContextFactory">
<Set name="keyStorePath">/etc/keyStorePath</Set>
<Set name="keyStorePassword"><Env
name="IGNITE_SSL_KEYSTORE_PASSWORD"/></Set>
<Set name="keyManagerPassword"><Env
name="IGNITE_SSL_KEY_MANAGER_PASSWORD"/></Set>
<Set name="trustStorePath">/etc/trustStorePath </Set>
<Set name="trustStorePassword"><Env
name="IGNITE_TRUSTSTORE_PASSWORD"/></Set>
</New>
I am able to access access iginte REST API using HTTPS.
Now am trying to configure Secure Connection Between Ignite Nodes.
To enable Secure connection between Nodes, can we use the same keyStore and
trustStore files that's used for the Ignite REST API's?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/