alinaliBQ commented on issue #46016: URL: https://github.com/apache/arrow/issues/46016#issuecomment-3662474710
+1 for bumping bundled gRPC. Newer version of gRPC after 1.46.3 includes critical fixes to issues such as https://github.com/grpc/grpc/issues/35511. If someone can help with this it would be great. Using gRPC version 1.46.3, I ran into pem root certs access issue on macOS Intel which blocks connection to remote server instances that need a cert to connect. I do not see this issue using dynamic gRPC library v1.76.0. And the short-term workaround is to run ``` export GRPC_DEFAULT_SSL_ROOTS_FILE_PATH=/etc/ssl/cert.pem ``` in case anyone sees the same issue. -- 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]
