Skip to content

Add rustls-native-roots feature#31

Open
ginger51011 wants to merge 1 commit intohrxi:masterfrom
ginger51011:feat--add-rustls-native-roots
Open

Add rustls-native-roots feature#31
ginger51011 wants to merge 1 commit intohrxi:masterfrom
ginger51011:feat--add-rustls-native-roots

Conversation

@ginger51011
Copy link
Copy Markdown

Hello, thanks for creating this crate!

In enterprise settings, it is common to require using corporate certificates, and the webpki-roots used by the reqwest rustls-tls feature will not work.

This PR allows for enabling the reqwest rustls-tls-native-roots feature, which fixes allows using user-provided certs on Linux hosts (Windows is a bit more messy, but can work).

I'm open to another name, but reqwest uses rustls-tls-native-roots, but the dependency that is enabled is called rustls-native-certs...

In enterprise settings, it is common to require using corporate
certificates.

This allows for enabling the reqwest `rustls-tls-native-roots` feature,
which fixes this on Linux hosts (Windows is a bit more messy, but can
work).

I'm open to another name, but reqwest uses `rustls-tls-native-roots`,
but the dependency that is enabled is called `rustls-native-certs`...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant