Skip to content

Commit 5af53be

Browse files
authored
allow native certs (#892)
This should allow customers using SSL_CERT_FILE env var or installing certs on the OS to be automatically used instead of the web public key infrastructure. This supports a customer with a use case requiring them to decrypt telemetry data on their proxy.
1 parent 485598e commit 5af53be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bottlecap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ opt-level = 3
9797
tikv-jemallocator = "0.5"
9898

9999
[features]
100-
default = ["reqwest/rustls-tls", "dogstatsd/default", "datadog-fips/default" ]
100+
default = ["reqwest/rustls-tls-native-roots", "dogstatsd/default", "datadog-fips/default" ]
101101
fips = [
102102
"ddcommon/fips",
103103
"datadog-trace-utils/fips",

0 commit comments

Comments
 (0)