feat: custom TLS certificate verification

This commit is contained in:
link2xt
2026-03-29 17:47:12 +02:00
parent ec5117a6c2
commit 000bf718fd
10 changed files with 275 additions and 30 deletions

View File

@@ -439,6 +439,8 @@ impl ProxyConfig {
"",
tcp_stream,
&context.tls_session_store,
&context.spki_hash_store,
&context.sql,
)
.await?;
let auth = if let Some((username, password)) = &https_config.user_password {