Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL support #23

Open
asarubbo opened this issue Sep 30, 2019 · 2 comments
Open

SSL support #23

asarubbo opened this issue Sep 30, 2019 · 2 comments

Comments

@asarubbo
Copy link

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

@phunt
Copy link
Owner

phunt commented Sep 30, 2019

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

@asarubbo
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants