pub fn client_config_with_ca( ca_file: &str, ) -> Result<Arc<ClientConfig>, HttpError>
Build a rustls::ClientConfig that trusts a custom PEM CA certificate file in addition to the Mozilla roots.
rustls::ClientConfig