-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
object_store: native certs, w/o webpki-roots #4870
Labels
enhancement
Any new improvement worthy of a entry in the changelog
Comments
crepererum
added
the
enhancement
Any new improvement worthy of a entry in the changelog
label
Sep 27, 2023
This also seems to be creating issues with |
crepererum
added a commit
to crepererum/arrow-rs
that referenced
this issue
Nov 2, 2023
crepererum
added a commit
to crepererum/arrow-rs
that referenced
this issue
Nov 2, 2023
crepererum
added a commit
to crepererum/arrow-rs
that referenced
this issue
Nov 2, 2023
crepererum
added a commit
to crepererum/arrow-rs
that referenced
this issue
Nov 2, 2023
crepererum
added a commit
to crepererum/arrow-rs
that referenced
this issue
Nov 2, 2023
crepererum
added a commit
to crepererum/arrow-rs
that referenced
this issue
Nov 2, 2023
I've filed #5034 for this use-case, as I believe it slightly different to this ticket |
crepererum
added a commit
to crepererum/arrow-rs
that referenced
this issue
Nov 8, 2023
crepererum
added a commit
that referenced
this issue
Nov 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: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
andreqwest/rustls-tls-webpki-roots
. Do NOT usereqwest/rustls-tls
which selectsreqwest/rustls-tls-webpki-roots
.Describe alternatives you've considered
-
Additional context
-
The text was updated successfully, but these errors were encountered: