[New-bugs-announce] [issue45888] Revisit: start_tls() difficult when using asyncio.start_server()

Rob Blackbourn report at bugs.python.org
Wed Nov 24 02:37:09 EST 2021


New submission from Rob Blackbourn <rob.blackbourn at googlemail.com>:

The issue 34975 "start_tls() difficult when using asyncio.start_server()" was closed because streams was being re-written, but it's still a useful enhancement, and a fairly simple change.

Could this be revisited?

I've done a proof of concept here: https://github.com/rob-blackbourn/asyncio-upgradeable-streams

----------
assignee: christian.heimes
components: Library (Lib), SSL
messages: 406906
nosy: christian.heimes, rob-blackbourn
priority: normal
severity: normal
status: open
title: Revisit: start_tls() difficult when using asyncio.start_server()
type: enhancement
versions: Python 3.10, Python 3.11, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45888>
_______________________________________


More information about the New-bugs-announce mailing list