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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com