[issue34391] test_ftplib is failing with TLS 1.3

2021-04-19 Thread Christian Heimes
Christian Heimes added the comment: I don't think there is anything left to do. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: Is there more to do on this? Tests pass on Windows with 1 skip, but I don't know if the failure condition applies here. test_check_hostname (test.test_ftplib.TestTLS_FTPClass) ... skipped 'FIXME: bpo-32706' -- nosy: +terry.reedy

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-16 Thread Christian Heimes
Christian Heimes added the comment: New changeset 2ec530cd5537dfda5ca0af6ac696e45013ed31d2 by Christian Heimes in branch '2.7': [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791) https://github.com/python/cpython/commit/2ec530cd5537dfda5ca0af6ac696e45013ed31d2 --

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-16 Thread Christian Heimes
Christian Heimes added the comment: New changeset 870247a57e84ccaa3f6a6ce955f4168632b967a8 by Christian Heimes (Miss Islington (bot)) in branch '3.7': [3.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789)

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-16 Thread Christian Heimes
Christian Heimes added the comment: New changeset cabe916dc694997d4892b58986e73a713d5a2f8d by Christian Heimes (Miss Islington (bot)) in branch '3.6': [3.6] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (#8790)

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-16 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +8265 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +8264 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +8263 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-16 Thread Christian Heimes
Christian Heimes added the comment: New changeset 1590c393360df059160145e7475754427bfc6680 by Christian Heimes in branch 'master': bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) https://github.com/python/cpython/commit/1590c393360df059160145e7475754427bfc6680 --

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-16 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +8261 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-16 Thread Christian Heimes
Christian Heimes added the comment: The "OSError: [Errno 0] Error" failures are caused by session ticket handling in two way shutdown. I reported the issue a while ago https://github.com/openssl/openssl/issues/6262 and it's fixed in OpenSSL git master (to be released as 1.1.1-pre9). The

[issue34391] test_ftplib is failing with TLS 1.3

2018-08-13 Thread Christian Heimes
New submission from Christian Heimes : Related to #32947 Four ftplib tests are failing with OpenSSL 1.1.1-pre8 and TLS 1.3 enabled. All failing tests use a separate data connection and transfer data on the server. For store operations, the client never calls recv(). This breaks bidirectional