[issue27003] Python 3.5.1 fails at HTTPSTest with SSL CERT error

2016-05-12 Thread Martin Panter
Changes by Martin Panter : -- components: +Tests -Extension Modules ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue27003] Python 3.5.1 fails at HTTPSTest with SSL CERT error

2016-05-12 Thread Martin Panter
Martin Panter added the comment: After 3.5.1 was released, there were some SSL certificate changes with a server (ab)used in the test suite. See Issue 25940. The result was that I changed some tests over to use the https://self-signed.pythontest.net/ server, and I had to enable the CA flag in

[issue27003] Python 3.5.1 fails at HTTPSTest with SSL CERT error

2016-05-11 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules -Build nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou type: compile error -> behavior ___ Python tracker ___

[issue27003] Python 3.5.1 fails at HTTPSTest with SSL CERT error

2016-05-11 Thread Bennet Fauber
Bennet Fauber added the comment: Just for the sake of completeness, I tested outside of the test harness. /sw/arcts/centos7/python-dev/3.5.1/bin/python3 [bennet@flux-build-centos7-dev test]$ python3 Python 3.5.1 (default, May 11 2016, 08:50:05) [GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux Ty

[issue27003] Python 3.5.1 fails at HTTPSTest with SSL CERT error

2016-05-11 Thread Bennet Fauber
New submission from Bennet Fauber: I downloaded the source tar file for Python 3.5.1 and compiled. Upon running make test, it fails at test_networked_good_cert (test_httplib.HTTPSTest) ... ERROR Abbreviated Traceback looks like: ===