Describe the bug
We need to set correct port with --secure setting
How to reproduce
clickhouse-benchmark --host localhost --user user --password password --secure <<< "SELECT 1"
Loaded 1 queries.
DB::NetException: Connection refused (localhost:9000)
Here we try to connect to 9000 instead of 9440