Checkout ZOOKEEPER-4276 <https://issues.apache.org/jira/browse/ZOOKEEPER-4276> and associated PR <https://github.com/apache/zookeeper/pull/2117>.
3.10 should have a way to specify secureClientPort via dynamic configuration. Regards, Abhilash Kishore On Thu, 10 Apr 2025 at 10:15, Andor Molnar <[email protected]> wrote: > Thanks Andreas. > Have you found the ticket about the feature? > > Andor > > > On Wed, 2025-04-09 at 05:26 +0000, Andreas Mock wrote: > > Thank you Andor, > > > > for the interested reader: Digging around I found the information, > > that exactly that, what I'm asking for, shall be integrated in > > version 3.10. > > That means that is doesn't work in 3.9 in a way I expected. > > > > Andreas > > ________________________________ > > Von: Andor Molnar <[email protected]> > > Gesendet: Mittwoch, 9. April 2025 00:22 > > An: [email protected] <[email protected]> > > Betreff: Re: Encrypted and unencrypted client port in combination > > with new ensemble definition format > > > > I'm not sure you can do this via dynamic config, but I remember there > > was a ticket about it. > > > > You can set the secure client port via static configuration (zoo.cfg) > > by setting secureClientPort=... > > > > Andor > > > > > > > > On Mon, 2025-04-07 at 12:10 +0000, Andreas Mock wrote: > > > Hi all, > > > > > > relatively new to zookeeper I'm collecting all puzzle pieces to get > > > an ensemble (3.9.3) up and running as secure as possible. > > > > > > Now I face a situation where I can't find a solution or > > > documentation: > > > > > > 1. > > > https://zookeeper.apache.org/doc/r3.9.3/zookeeperAdmin.html states > > > that you can use secureClientPort to declare an additional port to > > > connect to via SSL. > > > 2. > > > But the newer configuration shall be done via new configuration > > > format due to > > > https://zookeeper.apache.org/doc/r3.9.3/zookeeperReconfig.html > > > > > > But I don't understand how to declare an encrypted and non- > > > encrypted > > > port with the new config format. > > > Currently I have an ensemble up and running without encryption and > > > wanted to add secure ports one by one in the running ensemble. > > > > > > Does anybody has a hint for me. > > > > > > Best regards > > > Andreas > > > > > > >
