clickhouse-sqlalchemy icon indicating copy to clipboard operation
clickhouse-sqlalchemy copied to clipboard

Not clear how to use "https"

Open tfrokt opened this issue 2 years ago • 1 comments

Trying to connect to clickhouse using https://<url>:8443

It is not clear to me from the docs where I would pass the driver options, such as protocol='https'.

tfrokt avatar Dec 16 '22 00:12 tfrokt

clickhouse+http://host/db?protocol=https. But I'd strongly recommend to use clickhouse+native driver.

xzkostyan avatar Dec 16 '22 08:12 xzkostyan