You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But Got the following exception SSLError: HTTPSConnectionPool(host='presto-ldap.service.us-west-2b.consul', port=8443): Max retries exceeded with url: /v1/statement (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)'),))
According to the doc LDAP Authentication, need to create a jks file and set up the two configurations
ebyhr
changed the title
Can't connect LDAP presto cluster by presto-python-client
Can't connect LDAP trino cluster by trino-python-client
Aug 17, 2021
hashhar
changed the title
Can't connect LDAP trino cluster by trino-python-client
Document how to use self-signed certificates with trino-python-client
Jun 28, 2022
Followed the instructions LDAP Authentication to deploy a LDAP presto cluster
Installed presto-python-client 0.301.0
But Got the following exception
SSLError: HTTPSConnectionPool(host='presto-ldap.service.us-west-2b.consul', port=8443): Max retries exceeded with url: /v1/statement (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)'),))
According to the doc LDAP Authentication, need to create a jks file and set up the two configurations
So in presto-python-client, how to pass the jks file and password while connecting the LDAP presto cluster?
The text was updated successfully, but these errors were encountered: