mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 11:49:39 -05:00
remove extra install crypto provider
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user