Fix tonic TLS issues #1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user