fix documentation for rustls native root certificates (#3975)

This commit is contained in:
Niclas Klugmann
2025-08-15 23:32:08 +02:00
committed by GitHub
parent fb6b13eee2
commit 129e3351ae

View File

@@ -86,7 +86,7 @@ See `default_host()` in the same source file as this method for the current beha
If `sslrootcert` is not set, the default root certificates used depends on Cargo features:
* If `tls-native-tls` is enabled, the system root certificates are used.
* If `tls-rustls-native-roots` is enabled, the system root certificates are used.
* If `tls-rustls-ring-native-roots` is enabled, the system root certificates are used.
* Otherwise, TLS roots are populated using the [`webpki-roots`] crate.
## Environment Variables