You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Sankalp Bhatia <sa...@gmail.com> on 2020/07/20 00:00:09 UTC

Re: Client to Server SSL without ClientAuthentication

Hi All,

I have created a pull request to improve documentation around the feature.
Would be great if someone can take a look.
https://github.com/apache/zookeeper/pull/1405

Thanks,
Sankalp


On Thu, 9 Jul 2020 at 22:07, Scott Guminy <gu...@gmail.com> wrote:

> Thanks.  That describes what I'm seeing on 3.5.5.
>
> On Thu, Jul 9, 2020 at 4:31 PM Sankalp Bhatia <sa...@gmail.com>
> wrote:
>
> > Hi Scott,
> >
> > You can set the property *ssl.clientAuth = none *to ensure clients do not
> > need to present their certificate during the SSL handshake.
> > But I think it only works from versions 3.5.7 and above
> > https://issues.apache.org/jira/browse/ZOOKEEPER-3674
> >
> > Thanks,
> > Sankalp
> >
> > On Thu, 9 Jul 2020 at 18:01, Scott Guminy <gu...@gmail.com> wrote:
> >
> > > Can anyone provide guidance on how to configure the ZooKeeper so that
> it
> > > does not require Client Authentication when enabling client-to-server
> > SSL?
> > >
> > > The Admin Guide doesn't explain SSL configuration very well.
> > >
> > > Thanks
> > >
> >
>