-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a rustls-webpki feature, to use webpki-roots
When rusoto creates a hyper-rustls HttpsConnector, it currently calls HttpsConnector::with_native_roots directly, which hardcodes the use of rustls-native-certs. For applications that want to deploy as self-contained minimal binaries and not depend on a system certificate store, add a rustls-webpki feature, which uses webpki-roots instead.
- Loading branch information
1 parent
6a2d350
commit 806a7e1
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters