fix(rustproxy): use SNI-based certificate resolution for QUIC TLS connections

This commit is contained in:
2026-03-20 08:06:32 +00:00
parent 2fce910795
commit 4ae09ac6ae
3 changed files with 19 additions and 31 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-20 - 25.17.8 - fix(rustproxy)
use SNI-based certificate resolution for QUIC TLS connections
- Replaces static first-certificate selection with the shared CertResolver used by the TCP/TLS path.
- Ensures QUIC connections can present the correct certificate per requested domain.
- Keeps HTTP/3 ALPN configuration while improving multi-domain TLS handling.
## 2026-03-20 - 25.17.7 - fix(readme)
document QUIC and HTTP/3 compatibility caveats