fix(rustproxy): prevent TLS route reload certificate mismatches and tighten passthrough connection handling

This commit is contained in:
2026-03-16 03:01:16 +00:00
parent 8cefe9d66a
commit 8cdb95a853
4 changed files with 46 additions and 24 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-16 - 25.11.7 - fix(rustproxy)
prevent TLS route reload certificate mismatches and tighten passthrough connection handling
- Load updated TLS configs before swapping the route manager so newly visible routes always have their certificates available.
- Add timeouts when peeking initial decrypted data after TLS handshake to avoid leaked idle connections.
- Raise dropped, blocked, unmatched, and errored passthrough connection events from debug to warn for better operational visibility.
## 2026-03-16 - 25.11.6 - fix(rustproxy-http,rustproxy-passthrough)
improve upstream connection cleanup and graceful tunnel shutdown