v.20.7Improvement
Use Correct Default Secure Port for ClickHouse-Benchmark with --secure Argument
Use correct default secure port for clickhouse-benchmark with --secure argument. This fixes #11044. #12440 (alexey-milovidov).Why it matters
This update fixes an issue whereclickhouse-benchmark did not default to the proper secure port, causing connection problems in secure mode. It ensures reliable and accurate benchmarking over secure connections.How to use it
Simply runclickhouse-benchmark with the --secure flag as usual. The tool will automatically connect using the correct default secure port without additional configuration.