Details
-
Type:
New Feature
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: c client, java client, server
-
Labels:None
Description
ZooKeeper should be able to support SSL for ZooKeeper clients. As part of the implementation we should also add an X509AuthenticationProvider so that client side certifications can be used for authentication.
The tricky part of the implementation will be integrating with the non-blocking NIO calls that we use. There are various web pages that describe how to do it.
Issue Links
- depends upon
-
ZOOKEEPER-2122
Impplement SSL support in the Zookeeper C client library
-
- Open
-
-
ZOOKEEPER-2125
SSL on Netty client-server communication
-
- Resolved
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Is this still an issue, now that client-server ssl is now supported (over netty) in 3.5.1-alpha?