Skip to content

Commit

Permalink
fix: rustls allow usage or system root certificates
Browse files Browse the repository at this point in the history
Expose a feature of the reqwest crate that allows to use the system
certificates.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Dec 14, 2022
1 parent 804cc54 commit 16b8137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ maintenance = {status = "actively-developed"}
default = ["native-tls", "test-registry"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
trust-dns = ["reqwest/trust-dns"]
# This features is used by tests that use docker to create a registry
test-registry = []
Expand Down

0 comments on commit 16b8137

Please sign in to comment.