[ 
https://issues.apache.org/jira/browse/ARROW-10105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209239#comment-17209239
 ] 

James Duong commented on ARROW-10105:
-------------------------------------

I managed to get CentOS 5.11 / manylinux1 to build now.

It looks like the MinGW builds are failing because the latest gRPC release 
available is 1.29 on msys:
https://packages.msys2.org/package/mingw-w64-i686-grpc

1.29 does have the features needed, but they have them in the 
grpc_impl::experimental namespace rather than grpc::experimental namespace. We 
could make the namespace used a #define that's set differently for MinGW 
builds. (We also could have done this for CentOS5 but we'd basically have been 
just delaying dealing with upgrade challenges, so I felt the right thing to do 
was to resolve those now).

The URSA builds use 1.21.4 which doesn't have the TlsCredentials feature at all.

> [FlightRPC] Add client option to disable certificate validation with TLS
> ------------------------------------------------------------------------
>
>                 Key: ARROW-10105
>                 URL: https://issues.apache.org/jira/browse/ARROW-10105
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++, FlightRPC, Java, Python
>            Reporter: James Duong
>            Assignee: James Duong
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Users of Flight may want to disable certificate validation if they want to 
> only use encryption. A use case might be that the Flight server uses a 
> self-signed certificate and doesn't distribute a certificate for clients to 
> use.
> This feature would be to add an explicit option to FlightClient.Builder to 
> disable certificate validation. Note that this should not happen implicitly 
> if a client uses a TLS location, but does not set a certificate. The client 
> should explicitly set this option so that they are fully aware that they are 
> making a connection with reduced security.



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

Reply via email to