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

How to pass SSLKeyStorePath, SSLKeyStorePassword? #93

Open
HarvinderBhullar opened this issue Jan 6, 2020 · 4 comments
Open

How to pass SSLKeyStorePath, SSLKeyStorePassword? #93

HarvinderBhullar opened this issue Jan 6, 2020 · 4 comments

Comments

@HarvinderBhullar
Copy link

I am trying to access the prestodb using Python Client, how do I pass key store, key store password to prestodb.dbapi.connect

@dotmodusgeorge
Copy link

I'm having the exact same issue

@safuente
Copy link

safuente commented Jun 11, 2020

I have the same issue, I need to pass the following properties that are usually configured in driver properties in a presto sql client:

SSL = true
SSLTrustStorePassword = <pass_w>
SSLTrustStorePath = <path_to_security_certificate>
socksProxy = localhost:8081

Is this possible in anyway using prestodb.dbapi.connect function?

@sumit-gupta-sgt
Copy link

I have same issue, Any update on this ?

@anjul512
Copy link

anjul512 commented Mar 8, 2022

this can help to avoid SSL error : #87

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

5 participants