Open HarvinderBhullar opened 4 years ago
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 =
Is this possible in anyway using prestodb.dbapi.connect function?
I have same issue, Any update on this ?
this can help to avoid SSL error : https://github.com/prestodb/presto-python-client/issues/87
I am trying to access the prestodb using Python Client, how do I pass key store, key store password to prestodb.dbapi.connect