File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ impl ProxyServer {
195195 target : String ,
196196 client_addr : SocketAddr ,
197197 ) -> Result < ( ) , ProxyError > {
198- debug ! ( "[proxy-server] accepted connection" ) ;
198+ debug ! ( "[proxy-server] accepted connection with measurements: {measurements:?} " ) ;
199199
200200 let http_version = HttpVersion :: from_negotiated_protocol_server ( & tls_stream) ;
201201
@@ -629,6 +629,7 @@ impl ProxyClient {
629629 ProxyError ,
630630 > {
631631 let ( tls_stream, measurements, remote_attestation_type) = inner. connect_tcp ( target) . await ?;
632+ debug ! ( "[proxy-client] Connected to proxy server with measurements: {measurements:?}" ) ;
632633
633634 // The attestation exchange is now complete - setup an HTTP client
634635 let http_version = HttpVersion :: from_negotiated_protocol_client ( & tls_stream) ;
You can’t perform that action at this time.
0 commit comments