You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore server_name extension containing IP address
This works around quality-of-implementation issues in OpenSSL and
Apple SecureTransport: they send `server_name` extensions containing
IP addresses. RFC6066 specifically disallows that.
It is a similar work-around to that adopted by LibreSSL: ignore
SNI contents if they can be parsed as an IP address.
0 commit comments