v.24.7Improvement
TLS Layer Update: Only certificateFile and privateKeyFile Parameters Accepted in Composable Protocols
In composable protocols TLS layer accepted onlycertificateFileandprivateKeyFileparameters. https://clickhouse.com/docs/operations/settings/composable-protocols. #63985 (Anton Ivashkin).
Why it matters
Previously, the TLS configuration for composable protocols was limited to only specifyingcertificateFile and privateKeyFile. This feature expands the accepted parameters, allowing more flexible and comprehensive TLS setups in ClickHouse, improving security and configurability for encrypted communications.