[issue24545] Issue with ssl package

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: It will be fix in 2.7.13 as part of my OpenSSL 1.1.0 patch. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue24545] Issue with ssl package

2015-07-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: We should probably change the default value for the *ssl_version* parameter. In the meantime, you can workaround this simply with: cert = ssl.get_server_certificate((, 443), ssl.PROTOCOL_SSLv23) -- ___ Python tra

[issue24545] Issue with ssl package

2015-07-01 Thread Stefan Krah
Changes by Stefan Krah : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue24545] Issue with ssl package

2015-07-01 Thread Christian Heimes
Changes by Christian Heimes : -- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou ___ Python tracker ___ ___

[issue24545] Issue with ssl package

2015-07-01 Thread Kayne
New submission from Kayne: I tried to use cert = ssl.get_server_certificate((, 443)) and it crashed with following error: Traceback (most recent call last): File "PeerCertChainQuery.py", line 107, in cert = ssl.get_server_certificate((options.host, 443)) File "/opt/lib/python2.7/ss