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 janssen, ruben
Date 2008-05-14.15:19:25
SpamBayes Score 0.020844473
Marked as misclassified No
Message-id <1210778377.81.0.321493798739.issue2838@psf.upfronthosting.co.za>
In-reply-to
Content
On the client side, are you passing a ca_certs file with the self-signed
certificate in it?  If not, the library won't be able to validate the
certificate enough to be able to see the data in it.  But if you do
that, you should be able to see the bits of the certificate.  There's no
point to seeing the bits of an unvalidated certificate, because they may
be forged.  So the library doesn't allow you to see the bits of an
unvalidated certificate from the other side of the connection.
History
Date User Action Args
2008-05-14 15:19:43janssensetspambayes_score: 0.0208445 -> 0.020844473
recipients: + janssen, ruben
2008-05-14 15:19:38janssensetspambayes_score: 0.0208445 -> 0.0208445
messageid: <1210778377.81.0.321493798739.issue2838@psf.upfronthosting.co.za>
2008-05-14 15:19:35janssenlinkissue2838 messages
2008-05-14 15:19:31janssencreate