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 ruben
Recipients ruben
Date 2008-05-12.17:59:57
SpamBayes Score 0.025318328
Marked as misclassified No
Message-id <1210615202.55.0.632345790803.issue2838@psf.upfronthosting.co.za>
In-reply-to
Content
I've been playing with the new SSL module, and so far it works great.

However, when using it to connect to a host with a self signed
certificate, verification fails when I specify ssl.CERT_REQUIRED (as
expected).

I know that I'm connecting to a host with a self signed certificate, so
I want to be able to ignore that error. At the moment, the only option I
see is to specify ssl.CERT_NONE and verify the DER certificate by hand.

It would be great if I could specify a callback function that can ignore
certain errors, and does additional checking.
History
Date User Action Args
2008-05-12 18:00:03rubensetspambayes_score: 0.0253183 -> 0.025318328
recipients: + ruben
2008-05-12 18:00:02rubensetspambayes_score: 0.0253183 -> 0.0253183
messageid: <1210615202.55.0.632345790803.issue2838@psf.upfronthosting.co.za>
2008-05-12 17:59:58rubenlinkissue2838 messages
2008-05-12 17:59:57rubencreate