Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smtplib starttls() didn't do TLS Close Notify when quit() #44937

Closed
andcycle mannequin opened this issue May 7, 2007 · 1 comment
Closed

smtplib starttls() didn't do TLS Close Notify when quit() #44937

andcycle mannequin opened this issue May 7, 2007 · 1 comment
Labels
extension-modules C modules in the Modules dir

Comments

@andcycle
Copy link
Mannequin

andcycle mannequin commented May 7, 2007

BPO 1713993

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2007-05-07.01:40:25.000>
created_at = <Date 2007-05-07.01:40:25.000>
labels = ['extension-modules']
title = "smtplib starttls() didn't do TLS Close Notify when quit()"
updated_at = <Date 2007-05-07.01:40:25.000>
user = 'https://bugs.python.org/andcycle'

bugs.python.org fields:

activity = <Date 2007-05-07.01:40:25.000>
actor = 'andcycle'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2007-05-07.01:40:25.000>
creator = 'andcycle'
dependencies = []
files = []
hgrepos = []
issue_num = 1713993
keywords = []
message_count = 1.0
messages = ['31961']
nosy_count = 1.0
nosy_names = ['andcycle']
pr_nums = []
priority = 'low'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1713993'
versions = []

@andcycle
Copy link
Mannequin Author

andcycle mannequin commented May 7, 2007

[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

@andcycle andcycle mannequin closed this as completed May 7, 2007
@andcycle andcycle mannequin added the extension-modules C modules in the Modules dir label May 7, 2007
@andcycle andcycle mannequin closed this as completed May 7, 2007
@andcycle andcycle mannequin added the extension-modules C modules in the Modules dir label May 7, 2007
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir
Projects
None yet
Development

No branches or pull requests

0 participants