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
Currently, the rustls::ServerName value passed to rustls for SNI is always based on the hostname of the URI. However, sometimes it is necessary to override the SNI for specific requests, for example when performing matrix federation well-known lookups. A mechanism for controlling what SNI to use would be very useful.