#3923: mutt may need to support TLS's Server Name Indiciation (SNI) for some servers, RFC 6066 --------------------------+---------------------- Reporter: m-a | Owner: mutt-dev Type: enhancement | Status: new Priority: minor | Milestone: Component: crypto | Version: Resolution: | Keywords: --------------------------+----------------------
Comment (by kevin8t8): I think there was an external patch to do this. I meant to track it down, but never got around to it. I think https://people.spodhuis.org/phil.pennock/software/mutt-patches/ is where it came from. It looks like the patch there adds a call: {{{ + SSL_set_tlsext_host_name (ssldata->ssl, conn->account.host); }}} just before the call to SSL_connect() in ssl_negotiate(). -- Ticket URL: <https://dev.mutt.org/trac/ticket/3923#comment:1> Mutt <http://www.mutt.org/> The Mutt mail user agent