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, christian.heimes, miss-islington, ned.deily, op368, pablogsal, terry.reedy, vstinner, yselivanov
Date 2019-03-05.18:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551808966.71.0.361210823749.issue35031@roundup.psfhosted.org>
In-reply-to
Content
Am I wrong with something?
But test_start_tls_server_1 in newly made cpython fails on my plain intel linux personal PC.

If I comment out the FreeBSD conditional (to apply ssl.OP_NO_TLSv1_3), 
the test passes.

If I change HELLO_MSG to 1*1024*1024 (msg328157),
the test passes.

I reported the details in https://bugs.python.org/issue35998#msg336986 and the following.
History
Date User Action Args
2019-03-05 18:02:46op368setrecipients: + op368, terry.reedy, vstinner, christian.heimes, ned.deily, asvetlov, yselivanov, pablogsal, miss-islington
2019-03-05 18:02:46op368setmessageid: <1551808966.71.0.361210823749.issue35031@roundup.psfhosted.org>
2019-03-05 18:02:46op368linkissue35031 messages
2019-03-05 18:02:46op368create