thinkORo commented on issue #540: URL: https://github.com/apache/iceberg-python/issues/540#issuecomment-2017574420
Hi Kevin, thank you for your hints. I think the main problem is that the implementation of pyarrow for S3FileSystem is different from that of s3fs. With s3fs there are more possibilities to influence the runtime behavior. But your hint about "_fs.pyx" (https://github.com/apache/arrow/blob/6aa6f859bf1aee7cea65e8ab8a85fe6c0119a0ae/python/pyarrow/_fs.pyx#L36-L45) has led to a solution for me. Thank you very much. What have I done now? When I look at the values for "ssl.get_default_verify_paths()", I see the corresponding pem file in which the CAs are stored. I have added my CA to this pem file (in my case: ./envs/iceberg/ssl/cert.pem). And now it works. I am very happy about your hint. Thank you very much! -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org