fix (#2041)
This commit is contained in:
committed by
GitHub
parent
d54a46209b
commit
b7a0e04474
@@ -2,6 +2,11 @@ use remote::{Server, config::RemoteServerConfig, init_tracing, sentry_init_once}
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
// Install rustls crypto provider before any TLS operations
|
||||
rustls::crypto::aws_lc_rs::default_provider()
|
||||
.install_default()
|
||||
.expect("Failed to install rustls crypto provider");
|
||||
|
||||
sentry_init_once();
|
||||
init_tracing();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user