cgivre opened a new pull request #2331: URL: https://github.com/apache/drill/pull/2331
# [DRILL-8008](https://issues.apache.org/jira/browse/DRILL-8008): Add Config Option to HTTP Plugin to Skip SSL Validation ## Description In the current implementation, Drill validates all SSL certificates when querying REST APIs. In some circumstances, such as a corporate network, or for testing, a user might want to disable this functionality. This PR adds a config option to the HTTP plugin to disable SSL validation. ## Documentation Update `README` with the following: #### verifySSLCert Default is `true`, but when set to false, Drill will trust all SSL certificates. Useful for debugging or on internal corporate networks using self-signed certificates or private certificate authorities. ## Testing Manually tested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
