fix(PortProxy): Improve TLS handshake buffering and enhance debug logging for SNI forwarding in PortProxy

This commit is contained in:
2025-03-11 03:48:10 +00:00
parent 0ea0f02428
commit d6022c8f8a
3 changed files with 55 additions and 5 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-03-11 - 3.31.1 - fix(PortProxy)
Improve TLS handshake buffering and enhance debug logging for SNI forwarding in PortProxy
- Explicitly copy the initial TLS handshake data to prevent mutation before buffering
- Log buffered TLS handshake data with SNI information for better diagnostics
- Add detailed error logs on TLS connection failures, including server and domain config status
- Output additional debug messages during ClientHello forwarding to verify proper TLS handshake processing
## 2025-03-11 - 3.31.0 - feat(PortProxy)
Improve TLS handshake SNI extraction and add session resumption tracking in PortProxy