Fix tonic TLS issues #1

Merged
ghe0 merged 4 commits from wip_fixing_tonic_tls into main 2025-03-29 18:14:46 +00:00
3 changed files with 0 additions and 3 deletions
Showing only changes of commit 82fd32a896 - Show all commits

@ -19,7 +19,6 @@ serde_yaml = "0.9.34"
tabled = "0.17.0"
tokio-stream = "0.1.17"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
# tonic = { version = "0.12", features = ["tls"] }
tonic = { version = "0.12" }
thiserror = "2.0.9"
bs58 = "0.5.1"

@ -5,7 +5,6 @@ use detee_shared::app_proto::{
};
use detee_shared::sgx::types::brain::AppDeployConfig;
use tokio_stream::StreamExt;
// use tonic::transport::{Certificate, Channel, ClientTlsConfig};
use tonic::transport::Channel;
use crate::config::Config;

@ -13,7 +13,6 @@ use proto::{
use tokio_stream::StreamExt;
use tonic::metadata::errors::InvalidMetadataValue;
use tonic::metadata::AsciiMetadataValue;
// use tonic::transport::{Certificate, Channel, ClientTlsConfig};
use tonic::transport::Channel;
use tonic::Request;