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).
clickhouse-benchmark now uses the correct default secure port when invoked with the --secure argument.

Why it matters

This update fixes an issue where clickhouse-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 run clickhouse-benchmark with the --secure flag as usual. The tool will automatically connect using the correct default secure port without additional configuration.