Hi Everyone,

Using SQLAlchemy I want to connect to Apache Druid DB through Druid UI 
which is SSL enabled and also has local authentication


druid+https://<local_authentication_ID>:<password>@<server>:<port>/druid/v2/sql/


And getting the below error:


ERROR: {"error": "Connection failed!\n\nThe error message returned 
was:\nHTTPSConnectionPool(host=‘<server’>, port=<port>): Max retries 
exceeded with url: /druid/v2/sql/ (Caused by 
SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] 
certificate verify failed: self signed certificate 


How can we pass the certs

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/c95ac471-9bdc-42bb-8121-82c8a62466f7%40googlegroups.com.

Reply via email to