prestodb / presto-python-client

Python DB-API client for Presto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to pass SSLKeyStorePath, SSLKeyStorePassword?

HarvinderBhullar opened this issue · comments

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

I'm having the exact same issue

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?

I have same issue, Any update on this ?

commented

this can help to avoid SSL error : #87