zktop icon indicating copy to clipboard operation
zktop copied to clipboard

SSL support

Open asarubbo opened this issue 6 years ago • 2 comments

Since 3.5.5 zookeeper supports SSL, would be great have the support here too. Thanks

asarubbo avatar Sep 30 '19 12:09 asarubbo

Great idea, do you have a patch to donate? Happy to review. thx.

phunt avatar Sep 30 '19 14:09 phunt

I don't have a patch.

However, if you want to connect via ssl you have to pass:

-Dzookeeper.clientCnxnSocket=org.apache.zookeeper.ClientCnxnSocketNetty
-Dzookeeper.client.secure=true
-Dzookeeper.ssl.keyStore.location=keystore.jks 
-Dzookeeper.ssl.keyStore.password=pass
-Dzookeeper.ssl.trustStore.location=truststore.jks
-Dzookeeper.ssl.trustStore.password=pass

asarubbo avatar Jan 14 '20 13:01 asarubbo