diff --git a/client/src/lib.rs b/client/src/lib.rs index 808e1bae3a..d786b0bce6 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -441,6 +441,7 @@ impl Client { add_foreign_systems: impl Fn(&mut DispatcherBuilder) + Send + 'static, #[cfg_attr(not(feature = "plugins"), allow(unused_variables))] config_dir: PathBuf, ) -> Result { + let _ = rustls::crypto::ring::default_provider().install_default(); // needs to be initialized before usage let network = Network::new(Pid::new(), &runtime); init_stage_update(ClientInitStage::ConnectionEstablish);