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 op368
Recipients asvetlov, cstratak, koobs, matrixise, op368, pablogsal, vstinner, xtreak, yselivanov
Date 2019-03-09.08:51:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552121516.44.0.307311956951.issue35998@roundup.psfhosted.org>
In-reply-to
Content
I updated my PC (OpenSSL 1.1.1b).
the same TimeoutError as before.

$ ./python -m test.pythoninfo | grep ssl
ssl.HAS_SNI: True
ssl.OPENSSL_VERSION: OpenSSL 1.1.1b  26 Feb 2019
ssl.OPENSSL_VERSION_INFO: (1, 1, 1, 2, 15)
ssl.OP_ALL: 0x80000054
ssl.OP_NO_TLSv1_1: 0x10000000
History
Date User Action Args
2019-03-09 08:51:56op368setrecipients: + op368, vstinner, asvetlov, yselivanov, koobs, matrixise, cstratak, pablogsal, xtreak
2019-03-09 08:51:56op368setmessageid: <1552121516.44.0.307311956951.issue35998@roundup.psfhosted.org>
2019-03-09 08:51:56op368linkissue35998 messages
2019-03-09 08:51:56op368create