[issue21246] test_ssl handshake failure

2014-04-16 Thread ddve...@ucar.edu
ddve...@ucar.edu added the comment: Thanks. The reason why I overlook it is that #20896 did not list 2.7 as an affected version. I changed #20896 to prevent other people doing the same mistake -- ___ Python tracker

[issue21246] test_ssl handshake failure

2014-04-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: This was fixed in #20896 by a certain Benjamin Peterson. -- nosy: +pitrou resolution: -> duplicate status: open -> closed superseder: -> test_ssl.test_get_server_certificate() should use PROTOCOL_SSLv23, not PROTOCOL_SSLv3 ___

[issue21246] test_ssl handshake failure

2014-04-16 Thread ddve...@ucar.edu
ddve...@ucar.edu added the comment: Just to make sure I'm using the right version: Python 2.7.6 (default, Apr 14 2014, 15:12:21) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ssl >>> ssl.OPENSSL_VERSION 'OpenSSL 1.0.1f 6 Jan 2014' >>>

[issue21246] test_ssl handshake failure

2014-04-16 Thread ddve...@ucar.edu
ddve...@ucar.edu added the comment: Despite this being Red Hat, this is not at all the case! OpenSSL 1.0.1f has been released on Jan 6th, 2014 at 15:39:19 -- see https://www.openssl.org/source/ -- ___ Python tracker

[issue21246] test_ssl handshake failure

2014-04-15 Thread Benjamin Peterson
Benjamin Peterson added the comment: Very old version of openssl? -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-l

[issue21246] test_ssl handshake failure

2014-04-15 Thread ddve...@ucar.edu
New submission from ddve...@ucar.edu: Not sure if this is related with issue #13626 which is the only thing that Google knows about these handshake failures. In case it matters: $ openssl version OpenSSL 1.0.1f 6 Jan 2014 == CPython 2.7.6 (default, Apr 14 2014, 15:12:21) [GCC 4.8.2] == Linux