You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Benjamin Reed (JIRA)" <ji...@apache.org> on 2008/11/24 22:15:44 UTC

[jira] Created: (ZOOKEEPER-235) SSL Support for clients

SSL Support for clients
-----------------------

                 Key: ZOOKEEPER-235
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-235
             Project: Zookeeper
          Issue Type: New Feature
            Reporter: Benjamin Reed


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-235) SSL Support for clients

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-235:
-----------------------------------

    Component/s: server
                 java client
                 c client

> SSL Support for clients
> -----------------------
>
>                 Key: ZOOKEEPER-235
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-235
>             Project: Zookeeper
>          Issue Type: New Feature
>          Components: c client, java client, server
>            Reporter: Benjamin Reed
>            Priority: Minor
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-235) SSL Support for clients

Posted by "Benjamin Reed (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Reed updated ZOOKEEPER-235:
------------------------------------

    Priority: Minor  (was: Major)

> SSL Support for clients
> -----------------------
>
>                 Key: ZOOKEEPER-235
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-235
>             Project: Zookeeper
>          Issue Type: New Feature
>            Reporter: Benjamin Reed
>            Priority: Minor
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.