Skip to content

Commit

Permalink
Fix: Load system-wide native cert on rustls
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Jan 31, 2024
1 parent 12b2824 commit e658813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/binstalk-downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ rustls = [
"__tls",

"reqwest/rustls-tls",
"reqwest/rustls-tls-webpki-roots",
"reqwest/rustls-tls-native-roots",

# Enable the following features only if hickory-resolver is enabled.
"hickory-resolver?/dns-over-rustls",
Expand Down

0 comments on commit e658813

Please sign in to comment.