Function actix_tls::connect::rustls_0_23::native_roots_cert_store

source ยท
pub fn native_roots_cert_store() -> Result<RootCertStore>
Available on crate features connect and rustls-0_23 and rustls-0_23-native-roots only.
Expand description

Returns root certificates via rustls-native-certs crate as a rustls certificate store.

See rustls_native_certs::load_native_certs() for more info on behavior and errors.