RE: connecting to Zookeeper cluster using SSL/TLS Connection

2018-09-21 Thread Raghavan, Aravind
users. Regards, Aravind. From: Ilya Kasnacheev Sent: Thursday, September 20, 2018 6:00 PM To: user@ignite.apache.org Subject: Re: connecting to Zookeeper cluster using SSL/TLS Connection Hello! Have you tried specifying zookeeper.client.secure If you want to connect to the server secure

Re: connecting to Zookeeper cluster using SSL/TLS Connection

2018-09-20 Thread Ilya Kasnacheev
Hello! Have you tried specifying zookeeper.client.secure If you want to connect to the server secure client port, you need to set this property to *true* on the client. This will connect to server using SSL with specified credentials. Note that it requires the Netty client.

connecting to Zookeeper cluster using SSL/TLS Connection

2018-09-19 Thread Raghavan, Aravind
Hi All, I am trying to use Zookeeper for node discovery with Apache Ignite. I have configured Zookeeper to only accept SSL/TLS connections. How do I provide Zookeeper keystore detail to Apache Ignite ZookeeperDiscoverySpi? I have checked the documentation and source code of