Message7901

Author amak
Recipients amak, erikive, fwierzbicki
Date 2013-03-04.12:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362400817.21.0.969518136727.issue2021@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I see you're Brandon Pedersens recipe for trusting all certificates.

http://tech.pedersen-live.com/2010/10/trusting-all-certificates-in-jython/

But you've commented out the key line from his context manager declaration

SSLContext.setDefault(TRUST_ALL_CONTEXT)

So the SSLContexts you're creating do not inherit your trust manager.
History
Date User Action Args
2013-03-04 12:40:17amaksetmessageid: <1362400817.21.0.969518136727.issue2021@psf.upfronthosting.co.za>
2013-03-04 12:40:17amaksetrecipients: + amak, fwierzbicki, erikive
2013-03-04 12:40:17amaklinkissue2021 messages
2013-03-04 12:40:16amakcreate