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.