Skip to content

Commit

Permalink
Fix: Load system-wide native cert on rustls (#1589)
Browse files Browse the repository at this point in the history
* Fix: Load system-wide native cert on rustls

Signed-off-by: Jiahao XU <[email protected]>

* Update `Cargo.lock`

Signed-off-by: Jiahao XU <[email protected]>

---------

Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu authored Jan 31, 2024
1 parent 9cf7b15 commit 6dc2a0a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 6dc2a0a

Please sign in to comment.