GitHub user zhouyuan added a comment to the discussion: Velox, GCS and cURL | CURL error [77]=Problem with the SSL CA cert (path? access rights?)
I was debugging another issue but thought this maybe related. It seems on centos7 the curl lib has some different location of the certs than on ubuntu. On ubuntu this can be fixed by: ``` mkdir -p /etc/pki/tls/certs ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt ``` GitHub link: https://github.com/apache/incubator-gluten/discussions/9946#discussioncomment-14004684 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
