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 bugsrep
Recipients Vladyslav.Bondar, bugsrep, christian.heimes, skip.montanaro, taleinat, xtreak
Date 2020-09-22.03:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600747055.87.0.14139211947.issue41561@roundup.psfhosted.org>
In-reply-to
Content
1) I downloaded openssl-1.1.1g source code, compiled, exported LD_LIBRARY_PATH, did sudo ldconfig - ./python Lib/test/test_ssl.py now passes. If LD_LIBRARY_PATH is unset, it fails. Thank you for advice.


2) Tried the following independently from (1)
./configure
make
./python Tools/ssl/multissltests.py --openssl=1.1.1g

== Tests result: SUCCESS ==

All 15 tests OK.

Total duration: 1 min 21 sec
Tests result: SUCCESS
*** INFO 
Tests finished in 0:05:52.488541
Python:  3.8.5 (default, Sep 21 2020, 23:02:31) 
[GCC 9.3.0]
Executed all SSL tests.
OpenSSL / LibreSSL versions:
    * OpenSSL 1.1.1g
History
Date User Action Args
2020-09-22 03:57:35bugsrepsetrecipients: + bugsrep, skip.montanaro, taleinat, christian.heimes, Vladyslav.Bondar, xtreak
2020-09-22 03:57:35bugsrepsetmessageid: <1600747055.87.0.14139211947.issue41561@roundup.psfhosted.org>
2020-09-22 03:57:35bugsreplinkissue41561 messages
2020-09-22 03:57:35bugsrepcreate