prestodb / presto-python-client

Python DB-API client for Presto
Apache License 2.0
239 stars 87 forks source link

How to pass SSLKeyStorePath, SSLKeyStorePassword? #93

Open HarvinderBhullar opened 4 years ago

HarvinderBhullar commented 4 years ago

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

dotmodusgeorge commented 4 years ago

I'm having the exact same issue

safuente commented 4 years ago

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 = SSLTrustStorePath = socksProxy = localhost:8081

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

sumit-gupta-sgt commented 4 years ago

I have same issue, Any update on this ?

anjul512 commented 2 years ago

this can help to avoid SSL error : https://github.com/prestodb/presto-python-client/issues/87