Re: Getting value as FALSE of flag clientConfig.getBoolean(ZKClientConfig.SECURE_CLIENT) in ClientCnxnSocketNetty.initChannel(SocketChannel ch)

2019-11-16 Thread Brian Nixon
Hi Mohan, I'm a bit baffled as at first glance you're doing what I expect. As you're already modifying code, could you extend your changes in ZKClientConfig:: handleBackwardCompatibility so that you print out both the value of System.getProperty(SECURE_CLIENT) but also Boolean.parseBoolean(System.

Getting value as FALSE of flag clientConfig.getBoolean(ZKClientConfig.SECURE_CLIENT) in ClientCnxnSocketNetty.initChannel(SocketChannel ch)

2019-11-10 Thread Mohan Ingole
Hi All, We are using Curator (version 4.0.1) as client to connect to ZooKeeper (version 3.5.5) in our application. When we are trying to connect with secured option SSL through curator to ZooKeeper. 1) We are successfully established secured connection between ZK server to server. 2) When we a

Getting value as FALSE of flag clientConfig.getBoolean(ZKClientConfig.SECURE_CLIENT) in ClientCnxnSocketNetty.initChannel(SocketChannel ch)

2019-11-10 Thread Mohan Ingole
Hi All, We are using Curator (version 4.0.1) as client to connect to ZooKeeper (version 3.5.5) in our application. When we are trying to connect with secured option SSL through curator to ZooKeeper. 1) We are successfully established secured connection between ZK server to server. 2) When we a