Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secure and verify option for connection #75

Closed
tridelt opened this issue Jan 29, 2021 · 2 comments
Closed

secure and verify option for connection #75

tridelt opened this issue Jan 29, 2021 · 2 comments

Comments

@tridelt
Copy link

tridelt commented Jan 29, 2021

Dear clickhouse-cpp team,

this python driver package for ch supports secure and verify options, which are connection params for
--> secure: establish secure connection.
--> verify: specifies whether a certificate is required and whether it will be validated after connection.

I wanted to ask if there are any plans in the future to adopt these features for a more secure connection.

Best regards,
tridelt

@Enmk
Copy link
Collaborator

Enmk commented Feb 2, 2022

There is now a TLS support: #109
But still, no way to skip certificate validation: #142

So this is 50% solved

@Enmk
Copy link
Collaborator

Enmk commented Feb 16, 2022

Closed in #142

Added API to establish SSL connection to a CH-server without verifying server certificate.

@Enmk Enmk closed this as completed Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants