[issue5007] urllib2 HTTPS connection failure (BadStatusLine Exception)

2009-11-22 Thread Senthil Kumaran
Senthil Kumaran added the comment: This bug is not reproducible in trunk, py3k and is not reproducible in py26 releases too. I tried to hunt down if any changes in the code-line from py2.5 to py2.6 had effect on the behavior mention (BadStatusLine) , but don't see any. I am closing this as wor

[issue5007] urllib2 HTTPS connection failure (BadStatusLine Exception)

2009-08-22 Thread Senthil
Changes by Senthil : -- assignee: -> orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue5007] urllib2 HTTPS connection failure (BadStatusLine Exception)

2009-08-22 Thread Shashank
Shashank added the comment: Works fine for me in 2.6 but fails as said by OP on 2.5. (I came across this in the course of my work and am submitting a change in a bug for the first time, pardon me if something is inappropriate :) I used this modified codeblock: -- import cookielib impor

[issue5007] urllib2 HTTPS connection failure (BadStatusLine Exception)

2009-04-22 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in 2.5, cannot confirm on trunk. Needs confirmation on 2.6 and 3.x. -- keywords: +easy nosy: +ajaksu2 priority: -> normal versions: +Python 3.0 ___ Python tracker

[issue5007] urllib2 HTTPS connection failure (BadStatusLine Exception)

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee, orsenthil stage: -> test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ __

[issue5007] urllib2 HTTPS connection failure (BadStatusLine Exception)

2009-01-19 Thread ak
New submission from ak : https://www.orange.sk/ is served by an Oracle HTTPS server, and works with firefox or opera but not urllib2. code snippet: import cookiejar import urllib2 cookiejar = cookielib.LWPCookieJar() opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cookiejar)