You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Python 3.2 and 2.7.9, it is recommended to use the SSLContext.wrap_socket() of an SSLContext instance to wrap sockets as SSLSocket objects. The helper functions create_default_context() returns a new context with secure default settings. The old ssl.wrap_socket() function is deprecated since it is both inefficient and has no support for server name indication (SNI) and hostname matching.
Describe the bug
It looks like that driver doesn't support SNI, so it can't connect to clickhouse server behind proxy with SNI.
To Reproduce
https://docs.python.org/3/library/ssl.html
clickhouse-driver/clickhouse_driver/connection.py
Line 225 in d76f38c
The text was updated successfully, but these errors were encountered: