We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f275c39 commit 7a4e23dCopy full SHA for 7a4e23d
src/lib.rs
@@ -88,11 +88,9 @@ impl ProxyServer {
88
attestation_verifier: AttestationVerifier,
89
client_auth: bool,
90
) -> Result<Self, ProxyError> {
91
- println!("here");
92
if attestation_verifier.has_remote_attestion() && !client_auth {
93
return Err(ProxyError::NoClientAuth);
94
}
95
- println!("here2");
96
97
let mut server_config = if client_auth {
98
let root_store =
0 commit comments