long2ice / asynch

An asyncio ClickHouse Python Driver with native (TCP) interface support.
https://github.com/long2ice/asynch
Apache License 2.0
186 stars 43 forks source link

Cannot connect with secure=True, verify=False #40

Open robinovitch61 opened 2 years ago

robinovitch61 commented 2 years ago

There is no test for this and it fails with ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131)

long2ice commented 2 years ago

Thanks for feedback, PR is welcome!