fix(smartproxy): Enhance SSL/TLS handling with SNI and error logging

This commit is contained in:
2025-02-21 18:47:18 +00:00
parent 63e1cd48e8
commit 58bd6b4a85
3 changed files with 90 additions and 54 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-21 - 3.4.2 - fix(smartproxy)
Enhance SSL/TLS handling with SNI and error logging
- Improved handling for SNI-enabled and non-SNI connections
- Added detailed logging for connection establishment and rejections
- Introduced error logging for TLS client errors and server errors
## 2025-02-21 - 3.4.1 - fix(PortProxy)
Normalize IP addresses for port proxy to handle IPv4-mapped IPv6 addresses.