Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove automatic SNI extension fallback in WolfSSLEngineHelper
Only set Server Name Indication (SNI) extension when explicitly configured through SSLParameters. Remove automatic fallback logic that would set SNI based on hostname or peer address, as this could cause unexpected behavior and test failures. This change: - Fixes test failures in SSLSocketExplorerWithSrvSNI - Improves compatibility with standard JSSE behavior - Adds debug logging when SNI is not configured
- Loading branch information