v.24.7Improvement

TLS Layer Update: Only certificateFile and privateKeyFile Parameters Accepted in Composable Protocols

In composable protocols TLS layer accepted only certificateFile and privateKeyFile parameters. https://clickhouse.com/docs/operations/settings/composable-protocols. #63985 (Anton Ivashkin).
Composable protocols TLS layer now supports additional parameters beyond certificateFile and privateKeyFile.

Why it matters

Previously, the TLS configuration for composable protocols was limited to only specifying certificateFile and privateKeyFile. This feature expands the accepted parameters, allowing more flexible and comprehensive TLS setups in ClickHouse, improving security and configurability for encrypted communications.

How to use it

Configure the TLS layer within composable protocols by specifying the new supported parameters in the protocol settings. Refer to the documentation for available TLS parameters and update your configuration accordingly.