v.25.8Improvement
Encrypt_decrypt tool now supports encrypted ZooKeeper connections
The encrypt_decrypt tool now supports encrypted ZooKeeper connections. #84764 (Roman Vasin).Why it matters
This feature enhances security by enabling encrypted communication between ClickHouse'sencrypt_decrypt tool and ZooKeeper, protecting data from interception or tampering during transmission.How to use it
To use encrypted ZooKeeper connections with theencrypt_decrypt tool, configure the tool to connect via SSL/TLS as per your ZooKeeper encryption settings. Ensure that your ZooKeeper servers are set up to accept encrypted connections before enabling this feature.