[
https://issues.apache.org/jira/browse/DRILL-8008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17426903#comment-17426903
]
ASF GitHub Bot commented on DRILL-8008:
---------------------------------------
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]
> Add Config Option to HTTP Plugin to Skip SSL Validation
> -------------------------------------------------------
>
> Key: DRILL-8008
> URL: https://issues.apache.org/jira/browse/DRILL-8008
> Project: Apache Drill
> Issue Type: Improvement
> Components: Storage - Other
> Affects Versions: 1.19.0
> Reporter: Charles Givre
> Assignee: Charles Givre
> Priority: Minor
> Fix For: 1.20.0
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)