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 janssen
Recipients ahasenack, gvanrossum, jafo, janssen, loewis
Date 2008-03-18.16:53:02
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1205859183.44.0.260777930693.issue1581@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at this patch, I definitely agree with the need for
documentation.    And a test case which uses the SafeTransport class. 
But the patch itself also needs a bit more work.  (It uses httplib.HTTPS
underneath, and that needs more work, too.)  At a minimum, the caller
should be able to optionally specify somehow, either as a contructor
arg, or otherwise (a module-global variable, perhaps), a set of
certificate-authority root certs, which, if specified, would cause
client-side validation of the server's certificate.  I think this should
be added as an optional constructor arg to the HTTPS class.
History
Date User Action Args
2009-03-09 14:29:46georg.brandlsetspambayes_score: 0.701586 -> 0.0
2008-03-18 16:53:03janssensetspambayes_score: 0.701586 -> 0.701586
recipients: + janssen, gvanrossum, loewis, jafo, ahasenack
2008-03-18 16:53:03janssensetspambayes_score: 0.701586 -> 0.701586
messageid: <1205859183.44.0.260777930693.issue1581@psf.upfronthosting.co.za>
2008-03-18 16:53:02janssenlinkissue1581 messages
2008-03-18 16:53:02janssencreate