From: nicholas.evans@... Date: 2020-12-08T07:34:52+00:00 Subject: [ruby-core:101307] [Ruby master Feature#16611] net/smtp: Add SNI support Issue #16611 has been updated by nevans (Nicholas Evans). FYI: This ticket can be closed. It was merged with https://github.com/ruby/net-smtp/pull/4 ---------------------------------------- Feature #16611: net/smtp: Add SNI support https://bugs.ruby-lang.org/issues/16611#change-88997 * Author: nevans (Nicholas Evans) * Status: Open * Priority: Normal ---------------------------------------- It looks like SNI support has already been added to FTP, HTTP, IMAP, and POP. I think that SMTP is the only `Net::Protocol` class remaining. Since it's used by all of the `Net::Protocol` classes, does it make more sense to move this into `Net::Protocol#ssl_socket_connect(socket, open_timeout, hostname)` similar to the suggestion here: https://bugs.ruby-lang.org/issues/15594#change-77564 ? See also the github PR: https://github.com/ruby/ruby/pull/2883 ---Files-------------------------------- 0001-Add-SNI-support-to-net-smtp.patch (752 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: