config_webpki_roots

Function config_webpki_roots 

Source
pub fn config_webpki_roots() -> ClientConfig
Available on crate feature webpki-roots only.
Expand description

Returns a rustls ClientConfig that uses root certificates from the webpki-roots crate.

Requires the webpki-roots feature to be enabled.