zookeeper icon indicating copy to clipboard operation
zookeeper copied to clipboard

ZOOKEEPER-4819 Fix can't seek for writable tls server if connected to readonly server

Open luoxiner opened this issue 4 months ago • 3 comments

ClientCnxn::pingRwServer uses raw socket to issue "isro" 4lw command. This results in unsuccessful handshake to tls server. Use SSLSocket when zookeeper.client.secure is set to true.

associated jira issue ZOOKEEPER-4819

luoxiner avatar Oct 10 '24 14:10 luoxiner