Message7870

Author amak
Recipients amak, erikive, fwierzbicki
Date 2013-02-28.21:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362088485.06.0.505443182509.issue2021@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is a duplicate of #2016

ssl sockets have broken recv() and makefile()
http://bugs.jython.org/issue2016

The recv() part of that issue is already fixed.

httplib switched to using makefile() for HTTPSConnections in python 2.7, which our SSL sockets do not yet support: I am working on a fix.

It is not related to the "trust all certificates" thing, because if certificates were an issue, you would have gotten a certificate verification exception.

I think I'm going to close this issue as a duplicate of #2016.

Please update your stackoverflow post with this information: I'm busy working on the fix :-)
History
Date User Action Args
2013-02-28 21:54:45amaksetmessageid: <1362088485.06.0.505443182509.issue2021@psf.upfronthosting.co.za>
2013-02-28 21:54:45amaksetrecipients: + amak, fwierzbicki, erikive
2013-02-28 21:54:45amaklinkissue2021 messages
2013-02-28 21:54:44amakcreate