[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2021-12-09 Thread Irit Katriel
Change by Irit Katriel : -- stage: test needed -> resolved status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2017-03-12 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> fixed stage: -> test needed status: open -> pending ___ Python tracker ___

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2014-07-30 Thread Demian Brecht
Changes by Demian Brecht demianbre...@gmail.com: -- nosy: +demian.brecht ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15082 ___ ___

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2014-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can you please retest with Python 2.7.8 as this has an updated version of openssl. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15082

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2012-07-18 Thread Michal Zimen
Michal Zimen michal.zi...@gmail.com added the comment: I can confirm similar behaviour in RHEL 6.3 with python 2.6.6. This exception with the same https request has random behaviour. -- nosy: +Michal.Zimen ___ Python tracker rep...@bugs.python.org

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2012-06-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15082 ___ ___ Python-bugs-list mailing list

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2012-06-16 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: I can reproduce this, and it seems to stem from the openssl version used (0.9.8l). Running openssl s_client -connect grooveshark.com:443 with 0.9.8l gives CONNECTED(0003) depth=3 /L=ValiCert Validation Network/O=ValiCert,

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2012-06-16 Thread George Stephanos
George Stephanos gaf.stepha...@gmail.com added the comment: I can confirm that. I built a 1.0.1c version of both _ssl.pyd and _ssl.lib and now the problem's solved (they're attached if ever needed). Thanks! Can't the next Python 2.7 release include 1.0.1c instead ? -- Added file:

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2012-06-15 Thread George Stephanos
New submission from George Stephanos gaf.stepha...@gmail.com: When trying to POST /anything/ @ https://grooveshark.com/, I get an httplib.BadStatusLine exception (server returns nothing at all. It's a timeout since it waits a while). The many Grooveshark webclients however works perfectly,