[
https://issues.apache.org/jira/browse/ZOOKEEPER-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15119880#comment-15119880
]
Rakesh R commented on ZOOKEEPER-2148:
-------------------------------------
>From the log it shows serverCnxnFactory is NIO. ZooKeeper supports SSL only
>through Netty. So please ensure Netty is enabled, you can check the below
>configuration of your server.
{code}
zookeeper.serverCnxnFactory="org.apache.zookeeper.server.NettyServerCnxnFactory"
{code}
> ZooKeeper SSL User Guide
> ------------------------
>
> Key: ZOOKEEPER-2148
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2148
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: java client
> Affects Versions: 3.5.1
> Reporter: Hongchao Deng
> Assignee: Hongchao Deng
>
> SSL is a new feature added in "3.5+".
> We have a dedicated user guide:
> https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)