crepererum opened a new issue, #4870:
URL: https://github.com/apache/arrow-rs/issues/4870

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   I would like to be able to build a version of `object_store` that uses the 
OS-native CA root system and NOT bundle CAs. This has the following advantages:
   
   - some server environments use custom CAs
   - webpki-roots is MPL-2.0 licensed which might not be desired for certain 
projects
   
   Note that using builtin roots should still be an option since some users may 
prefer that.
   
   **Describe the solution you'd like**
   Have feature flags that toggle between `reqwest/rustls-tls-native-roots` and 
`reqwest/rustls-tls-webpki-roots`. Do NOT use `reqwest/rustls-tls` which 
selects `reqwest/rustls-tls-webpki-roots`.
   
   **Describe alternatives you've considered**
   \-
   
   **Additional context**
   \-
   


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

Reply via email to