[issue33886] SSL on aiomysql hangs on reconnection

2022-03-09 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue33886] SSL on aiomysql hangs on reconnection

2022-03-09 Thread Kumar Aditya
Kumar Aditya added the comment: The main branch has rewritten ssl implementation with bpo-44011. This is outdated now and does not has a reproducer. This can be closed @asvetlov. -- nosy: +kumaraditya303 ___ Python tracker

[issue33886] SSL on aiomysql hangs on reconnection

2018-06-17 Thread Andrey
New submission from Andrey : On reconnect from aiomysql (after the pool has recycled the old connection) by using ssl context it hangs forever. Interrupting gives the following Traceback: File "/usr/local/lib/python3.6/site-packages/aiomysql/connection.py", line 464, in _connect await se