[ python-Bugs-1713993 ] smtplib starttls() didn't do TLS Close Notify when quit()

SourceForge.net noreply at sourceforge.net
Mon May 7 03:40:25 CEST 2007


Bugs item #1713993, was opened at 2007-05-07 09:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1713993&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: AndCycle (andcycle)
Assigned to: Nobody/Anonymous (nobody)
Summary: smtplib starttls() didn't do TLS Close Notify when quit()

Initial Comment:
[code]
server = smtplib.SMTP('smtp.gmail.com')
server.set_debuglevel(1)
server.ehlo('x')
server.starttls()
server.ehlo('x')
server.noop()
server.rset()
server.quit()
[/code]
will always result in "sslerror: (8, 'EOF occurred in violation of protocol')",
although this won't really effect data transmission but this is really annoying,

relative discussion can be found
http://www.dbforums.com/archive/index.php/t-1401931.html


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1713993&group_id=5470


More information about the Python-bugs-list mailing list