GitHub user vikramaditya91 added a comment to the discussion: Is it possible to 
use a self signed certificate with the S3 implementation?

I believe it always instantiates this the `reqwest` client this way and hence 
not possible?

```rust
pub(crate) static GLOBAL_REQWEST_CLIENT: LazyLock<reqwest::Client> =
    LazyLock::new(reqwest::Client::new);
```

https://github.com/apache/opendal/blob/a3549fcee82c8d2faf926feb2ccf4fb7f25e0f9a/core/src/raw/http_util/client.rs#L50

GitHub link: 
https://github.com/apache/iceberg-rust/discussions/1216#discussioncomment-12855826

----
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

Reply via email to