v.18.10New Feature

HTTPS Use for Replication in ClickHouse

HTTPS can be used for replication. #2760
Added support for using HTTPS protocol for replication in ClickHouse.

Why it matters

This feature enables secure data replication between ClickHouse servers by allowing replication over HTTPS, enhancing data security and integrity during transfer.

How to use it

Configure the replication settings to use HTTPS URLs for the replication endpoints instead of HTTP. Ensure that the servers have the appropriate TLS certificates installed and correctly configured to support HTTPS connections.