-
Notifications
You must be signed in to change notification settings - Fork 87
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 provide certificate file when connecting to presto #87
Comments
Found the solution:
|
Hi Trabanni, using the below script I am unable to connect the trino co-ordinator URL, #Python Client Error is: |
Hello, can somebody help with the same issue for providing cert file while connecting to Presto using node.js (with package presto-client). Currently I am facing error, unable to get local issuer certificate |
I am having this error:
(Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
when trying to connect to presto using the prestodb client
In sqlalchamey I was able to make it work using this code:
How can I provide my cert.pem file to the prestodb client
The text was updated successfully, but these errors were encountered: