Message7898

Author erikive
Recipients amak, erikive, fwierzbicki
Date 2013-03-04.09:53:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362390827.07.0.955473652417.issue2021@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Alan, sorry for the delayed response.

It looks like my problem is with the Java SSLContext, which I use to accept all certificates. 
I have removed the basic authorization and simplified the code, still receiving same problem: http://49c386d0057a547c.paste.se/

And it is probably due to the response from the server, since my tests works with url 'https://httpbin.org/ip'.
But why does it work with earlier version of jython?


Response header looks ok to me (some parts masked): http://d795a35132c048bb.paste.se/
History
Date User Action Args
2013-03-04 09:53:47erikivesetmessageid: <1362390827.07.0.955473652417.issue2021@psf.upfronthosting.co.za>
2013-03-04 09:53:47erikivesetrecipients: + erikive, fwierzbicki, amak
2013-03-04 09:53:47erikivelinkissue2021 messages
2013-03-04 09:53:46erikivecreate