lidavidm commented on pull request #9569: URL: https://github.com/apache/arrow/pull/9569#issuecomment-785951838
Hmm, it seems MacOS is different about this and I'll need to actually include the dummy root cert still. Let me update the PR. (https://github.com/grpc/grpc/issues/21655 seems related upstream.) ``` E0225 14:46:36.920509000 4390006208 ssl_utils.cc:568] load_file: {"created":"@1614264396.920489000","description":"Failed to load file","file":"/tmp/grpc-20210224-87223-14xfr0o/src/core/lib/iomgr/load_file.cc","file_line":72,"filename":"/usr/share/grpc/roots.pem","referenced_errors":[{"created":"@1614264396.920477000","description":"No such file or directory","errno":2,"file":"/tmp/grpc-20210224-87223-14xfr0o/src/core/lib/iomgr/load_file.cc","file_line":45,"os_error":"No such file or directory","syscall":"fopen"}]} E0225 14:46:36.920536000 4390006208 ssl_utils.cc:404] Could not get default pem root certs. E0225 14:46:36.920548000 4390006208 tls_security_connector.cc:351] Update handshaker factory failed. E0225 14:46:36.920598000 4390006208 ssl_utils.cc:404] Could not get default pem root certs. E0225 14:46:36.920612000 4390006208 tls_security_connector.cc:351] Update handshaker factory failed. E0225 14:46:36.920987000 4390006208 tls_security_connector.cc:196] Client BlockOnInitialCredentialHandshaker not supported yet. E0225 14:46:36.921110000 123145519153152 ssl_transport_security.cc:1455] Handshake failed with fatal error SSL_ERROR_SSL: error:1408F10B:SSL routines:ssl3_get_record:wrong version number. E0225 14:46:36.921588000 4390006208 tls_security_connector.cc:196] Client BlockOnInitialCredentialHandshaker not supported yet. E0225 14:46:36.921691000 123145519153152 ssl_transport_security.cc:1455] Handshake failed with fatal error SSL_ERROR_SSL: error:1408F10B:SSL routines:ssl3_get_record:wrong version number. /Users/runner/work/arrow/arrow/cpp/src/arrow/flight/flight_test.cc:2171: Failure Failed 'client->DoAction(options, action, &results)' failed with IOError: gRPC returned unavailable error, with message: failed to connect to all addresses. Detail: Unavailable ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org