Added support to enable HTTPS for replication in ClickHouse.
Why it matters
This feature allows secure replication over HTTPS, enhancing data transmission security between ClickHouse replicas by encrypting the communication channel.How to use it
To enable HTTPS for replication, configure the replication settings with the appropriate HTTPS URLs and ensure that the ClickHouse server is set up with the correct SSL certificates to establish secure connections.