You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "James Duong (Jira)" <ji...@apache.org> on 2020/10/07 08:52:00 UTC

[jira] [Created] (ARROW-10206) [Python][C++][FlightRPC] Add client option to disable server validation

James Duong created ARROW-10206:
-----------------------------------

             Summary: [Python][C++][FlightRPC] Add client option to disable server validation
                 Key: ARROW-10206
                 URL: https://issues.apache.org/jira/browse/ARROW-10206
             Project: Apache Arrow
          Issue Type: Sub-task
            Reporter: James Duong


Note that this requires using grpc-cpp version 1.25 or higher.

This requires using GRPC's TlsCredentials class, which is in a different namespace for 1.25-1.31 vs. 1.32+ as well.

This class and its related options provide an option to disable server certificate checks and require the caller to supply a callback to be used instead.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)