[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959416#comment-15959416
 ] 

ASF GitHub Bot commented on ZOOKEEPER-236:
------------------------------------------

Github user afine commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/184#discussion_r110224561
  
    --- Diff: ivy.xml ---
    @@ -63,6 +67,9 @@
         <dependency org="commons-collections" name="commons-collections" 
                     rev="3.2.2" conf="test->default"/>
     
    +    <dependency org="org.bouncycastle" name="bcprov-jdk15on" rev="1.56" 
conf="test->default"/>
    +    <dependency org="org.bouncycastle" name="bcpkix-jdk15on" rev="1.56" 
conf="test->default"/>
    --- End diff --
    
    One is bcprov-jdk15on and the other is bcpkix-jdk15on.


> SSL Support for Atomic Broadcast protocol
> -----------------------------------------
>
>                 Key: ZOOKEEPER-236
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-236
>             Project: ZooKeeper
>          Issue Type: New Feature
>          Components: quorum, server
>            Reporter: Benjamin Reed
>            Assignee: Abraham Fine
>            Priority: Minor
>
> We should have the ability to use SSL to authenticate and encrypt the traffic 
> between ZooKeeper servers. For the most part this is a very easy change. We 
> would probably only want to support this for TCP based leader elections.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to