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.

Author Dima.Tisnek
Recipients Dima.Tisnek, christian.heimes, fantix
Date 2021-02-05.07:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612511085.43.0.221893102021.issue39951@roundup.psfhosted.org>
In-reply-to
Content
@fantix alas, no:

~/cpython (asvetlov--new-ssl|✚1) [1] > ./python.exe ~/repro-39951.py
Traceback (most recent call last):
  File "/Users/dima.tisnek/repro-39951.py", line 33, in <module>
    asyncio.run(test())
  File "/Users/dima.tisnek/cpython/Lib/asyncio/runners.py", line 43, in run
    return loop.run_until_complete(main)
  File "/Users/dima.tisnek/cpython/Lib/asyncio/base_events.py", line 642, in run_until_complete
    return future.result()
  File "/Users/dima.tisnek/repro-39951.py", line 30, in test
    await w.wait_closed()
  File "/Users/dima.tisnek/cpython/Lib/asyncio/streams.py", line 359, in wait_closed
    await self._protocol._get_close_waiter(self)
  File "/Users/dima.tisnek/cpython/Lib/asyncio/sslproto.py", line 638, in _do_shutdown
    self._sslobj.unwrap()
  File "/Users/dima.tisnek/cpython/Lib/ssl.py", line 948, in unwrap
    return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2730)
History
Date User Action Args
2021-02-05 07:44:45Dima.Tisneksetrecipients: + Dima.Tisnek, christian.heimes, fantix
2021-02-05 07:44:45Dima.Tisneksetmessageid: <1612511085.43.0.221893102021.issue39951@roundup.psfhosted.org>
2021-02-05 07:44:45Dima.Tisneklinkissue39951 messages
2021-02-05 07:44:45Dima.Tisnekcreate