[
https://issues.apache.org/jira/browse/ZOOKEEPER-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187349#comment-14187349
]
Hongchao Deng commented on ZOOKEEPER-2063:
------------------------------------------
The previous thing worked because that channelHandler is \@Sharable.
However, Netty
[SslHandler|http://netty.io/4.0/api/io/netty/handler/ssl/SslHandler.html] isn't
sharable. So it needs to change to use ChannelPipelineFactory. But I am having
test failures after such change -- NettyServerCnxnTest#testSendCloseSession.
It would be great if anyone who wrote this part give some help.
> Netty+SSL support for client-server communication
> -------------------------------------------------
>
> Key: ZOOKEEPER-2063
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2063
> Project: ZooKeeper
> Issue Type: Bug
> Reporter: Hongchao Deng
> Assignee: Hongchao Deng
>
> ZooKeeper currently have netty option on server side. We want to support
> netty on client side too. After that, we could add ssl support based on netty
> channel.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)