In short no, unless you fill in the missing pieces.
There is a parameter on the server-side that allow you to switch on Netty network stack (default is NIO). I think some of the network-related mechanisms are stack-dependent so Netty may not have all the functionality. The client-side has a similar template, but I think no one has actually implemented the netty integration yet. See https://issues.apache.org/jira/browse/ZOOKEEPER-733 -- Thawan Kooburat On 11/24/13 7:59 PM, "Christian Smith" <[email protected]> wrote: >I tried this on the user list but no luck :-( Even a 'No, it doesn't >work' >would be a help ;-) > >Thanks, >Christian > >---------- Forwarded message ---------- >From: Christian Smith <[email protected]> >Date: 21 November 2013 08:15 >Subject: Netty & SSL >To: [email protected] > > >Hi, > >I'm trying to secure my client-server comms with SSL. I've done a lot of >search and can't find any information on enabling it, is there a guide >anywhere? > >I haven't used Netty before, but I had a look at the ZK code and I can't >see any references to SSLEngine, SslHandler etc so I'm wondering if SSL >support is actually implemented, or just on the roadmap? > >Any pointers would be greatly appreciated! > >Thanks in advance, >Christian
