v.25.10Improvement
Support to connect to TLS port
clickhouse-keeper-client: Add support to connect to TLS port of clickhouse-keeper, kept flag names same as in the clickhouse-client. #88065 (Pradeep Chhetri).Why it matters
This feature enables secure communication between the clickhouse-keeper-client and ClickHouse Keeper by allowing TLS connections. It addresses the need for encrypted transport to improve security and align flag usage across ClickHouse command-line tools.How to use it
Use the newly added TLS-related flags in clickhouse-keeper-client that match those in clickhouse-client to connect to the Keeper's TLS port. For example, use flags such as--secure, --host, and --port specifying the TLS port to establish a secure connection.