mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
fix documentation for rustls native root certificates (#3975)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user