GitHub user vikramaditya91 added a comment to the discussion: Is it possible to use a self signed certificate with the S3 implementation?
Thanks @Xuanwo . It seems that the system certs were disabled in `reqwest`. It was not clear to me why that is the case based on reading [this](https://docs.rs/reqwest/latest/reqwest/tls/index.html). Anyway, I enabled the system certs with the feature flag [`features = ["rustls-tls-native-roots-no-provider"]` ](https://docs.rs/crate/reqwest/latest/features#rustls-tls-native-roots-no-provider) and that allowed me to the use the system certs. Thanks for your help. GitHub link: https://github.com/apache/iceberg-rust/discussions/1216#discussioncomment-12859977 ---- This is an automatically sent email for issues@iceberg.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@iceberg.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org