Actions
Bug #15769
closedBackport r67563: SNI is not enabled in Net::IMAP
Bug #15769: Backport r67563: SNI is not enabled in Net::IMAP
Description
Net::IMAP should enable SNI for it to be able to connect to SNI enabled servers like imap.gmail.com. (Gmail started to require SNI last year)
This problem is exposed when the underlying SSL library supports TLSv1.3, such as OpenSSL >=1.1.x.
Actions