Skip to content

Commit

Permalink
Merge pull request #227 from MordechaiHadad/fix/invalid-certs
Browse files Browse the repository at this point in the history
Change to rustls native certificate store
  • Loading branch information
MordechaiHadad authored Aug 1, 2024
2 parents 35fedb0 + d3e13df commit fa36734
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/MordechaiHadad/bob"
[features]
default = ["rustls-tls"]
native-tls = ["reqwest/default-tls"]
rustls-tls = ["reqwest/rustls-tls"]
rustls-tls = ["reqwest/rustls-tls-native-roots"]

[dependencies]
anyhow = "1.0.52"
Expand Down

0 comments on commit fa36734

Please sign in to comment.