druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

[dbapi] Added support for providing ssl certificate for SQL query #180

Closed TechGeekD closed 4 years ago

TechGeekD commented 4 years ago

This is with reference to #115

115 adds a way to ignore SSL certificate errors in a client for the JSON query method, but there should also be a way to handle SSL errors in the SQL query method of the druid.

This PR allows the user to pass an SSL certificate or disable SSL verification check.