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.