Skip to content
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

Require reqwest feature rustls-tls-native-roots #3626

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

djmitche
Copy link
Collaborator

This uses the system's trust roots, rather than those from WebPKI. This is important for enterprise users, where additional enterprise-specific roots may be defined on the system. See #3625.

This uses the system's trust roots, rather than those from WebPKI. This
is important for enterprise users, where additional enterprise-specific
roots may be defined on the system.
@@ -10,6 +10,8 @@ crate-type = ["staticlib"]
[dependencies]
taskchampion = "0.7.0"
cxx = "1.0.124"
# Not used directly, but adds the native-roots feature. #3625.
reqwest = { version = ">= 0.11.27", default-features = false, features = ["rustls-tls-native-roots"] }
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This "fake dependency" is probably not the best way to solve the issue. Probably, we should mirror this feature from taskchampion into reqwest (on which it depends). But this will do for testing.

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