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: Revisit: start_tls() difficult when using asyncio.start_server()
Type: enhancement Stage:
Components: Library (Lib), SSL Versions: Python 3.11, Python 3.10, Python 3.9, Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes, rob-blackbourn
Priority: normal Keywords:

Created on 2021-11-24 07:37 by rob-blackbourn, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg406906 - (view) Author: Rob Blackbourn (rob-blackbourn) Date: 2021-11-24 07:37
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
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 90046
2021-11-24 07:37:09rob-blackbourncreate