v.1.1.54304New Feature
TLS Support in Native Protocol Configuration
TLS support in the native protocol (to enable, settcp_ssl_portinconfig.xml).
Why it matters
This feature was created to enhance security by allowing encrypted communication between ClickHouse clients and servers using TLS. It solves the problem of data being transmitted in plaintext over the native protocol, protecting against eavesdropping and tampering. The value for users is increased data security and compliance with security best practices when using the ClickHouse native protocol.How to use it
To enable TLS support in the native protocol, set thetcp_ssl_port parameter in the ClickHouse config.xml configuration file. This activates a secure port that accepts TLS-encrypted connections from clients.