This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients fertig, orsenthil, pitrou, r.david.murray
Date 2012-10-05.13:03:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349442239.08.0.73219826494.issue16109@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the data input is the same in both cases. (Although why does your second example show '<urllib2.Request instance at 0x90d878>'?  Does urllib2 really output that as part of the debug output?)  It is hard to see what could be causing the divergence in response here.  Is it possible for there to be something in the SSL setup that triggers a different response from your server?

Any chance you could try Python 3.2 or 3.3 just to see if there is a difference there?
History
Date User Action Args
2012-10-05 13:03:59r.david.murraysetrecipients: + r.david.murray, orsenthil, pitrou, fertig
2012-10-05 13:03:59r.david.murraysetmessageid: <1349442239.08.0.73219826494.issue16109@psf.upfronthosting.co.za>
2012-10-05 13:03:59r.david.murraylinkissue16109 messages
2012-10-05 13:03:58r.david.murraycreate