RobinLin666 commented on issue #7515: URL: https://github.com/apache/arrow-rs/issues/7515#issuecomment-2887961885
finally, I found a workaround! I have some questions: ```bash >> openssl verify -CAfile /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt /etc/pki/ca-trust/source/anchors/olccert.crt /etc/pki/ca-trust/source/anchors/olccert.crt: OK ``` it shows that /etc/pki/ca-trust/source/anchors/olccert.crt is valid cert, right? but when I set SSL_CERT_FILE as /etc/pki/ca-trust/source/anchors/olccert.crt, deltalake is ok but When I set SSL_CERT_FILE as /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt, deltalake doesn't work.... why? -- 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]
