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 xtreak
Recipients asvetlov, matrixise, vstinner, xtreak, yselivanov
Date 2019-02-15.17:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550252303.97.0.565901739185.issue35998@roundup.psfhosted.org>
In-reply-to
Content
Not sure if it's related but there was a similar report on failure in freebsd bots with tls1.3 : issue35031 . Can you please add SSL info with ./python -m test.pythoninfo | grep ssl ?

Test runs fine on my ubuntu 16.04 machine with below info

$ ./python -m test.pythoninfo | grep ssl
ssl.HAS_SNI: True
ssl.OPENSSL_VERSION: OpenSSL 1.0.2g  1 Mar 2016
ssl.OPENSSL_VERSION_INFO: (1, 0, 2, 7, 15)
ssl.OP_ALL: 0x800003ff
ssl.OP_NO_TLSv1_1: 0x10000000
History
Date User Action Args
2019-02-15 17:38:24xtreaksetrecipients: + xtreak, vstinner, asvetlov, yselivanov, matrixise
2019-02-15 17:38:23xtreaksetmessageid: <1550252303.97.0.565901739185.issue35998@roundup.psfhosted.org>
2019-02-15 17:38:23xtreaklinkissue35998 messages
2019-02-15 17:38:23xtreakcreate