Project

General

Profile

Actions

Feature #16611

closed

net/smtp: Add SNI support

Added by nevans (Nicholas Evans) about 4 years ago. Updated over 3 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:97068]

Description

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) 0001-Add-SNI-support-to-net-smtp.patch nevans (Nicholas Evans), 02/05/2020 09:06 PM

Updated by nevans (Nicholas Evans) over 3 years ago

FYI: This ticket can be closed. It was merged with https://github.com/ruby/net-smtp/pull/4

Actions #2

Updated by jeremyevans0 (Jeremy Evans) over 3 years ago

  • Status changed from Open to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0