This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SSL/TLS sni use in smtp,pop,imap,nntp,ftp client libs by default
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: SSL/TLS sni use in smtp,pop,imap,nntp,ftp client libs by default
View: 10852
Assigned To: Nosy List: grooverdan, pitrou
Priority: normal Keywords: patch

Created on 2011-01-07 04:44 by grooverdan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sni-pop-smtp-imap-nntp.patch grooverdan, 2011-01-07 04:44 sni for other ssl capable libraries
Messages (2)
msg125622 - (view) Author: Daniel Black (grooverdan) * Date: 2011-01-07 04:44
Like r85793, sni is enabled by default for url and https classes. This continues the consistency throughout the python libraries by adding it to other places where wrap_socket is used to instigate a SSL/TLS connection.
msg125646 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-01-07 13:47
Duplicate posting of #10852.
History
Date User Action Args
2022-04-11 14:57:11adminsetgithub: 55062
2011-01-07 13:47:14pitrousetstatus: open -> closed

superseder: SSL/TLS sni use in smtp,pop,imap,nntp,ftp client libs by default
resolution: duplicate
messages: + msg125646
2011-01-07 04:44:04grooverdancreate