remove extra install crypto provider

This commit is contained in:
mbecker20
2025-09-27 19:37:50 -07:00
parent a0540f7011
commit 7239cbb19b

View File

@@ -128,9 +128,6 @@ async fn app() -> anyhow::Result<()> {
if config.ssl_enabled {
info!("🔒 Core SSL Enabled");
rustls::crypto::ring::default_provider()
.install_default()
.expect("failed to install default rustls CryptoProvider");
info!("Komodo Core starting on https://{socket_addr}");
let ssl_config = RustlsConfig::from_pem_file(
&config.ssl_cert_file,