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 <[email protected]> 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 >
