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 lilydjwg
Recipients christian.heimes, lilydjwg
Date 2016-09-06.10:28:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473157702.19.0.271716909399.issue27970@psf.upfronthosting.co.za>
In-reply-to
Content
Please read my code. I've provided the CA certificate; this should work because I've downloaded the certificate manually and feed it to Python.

openssl command line tool works. gnutls-cli works too. wget (with openssl) works too. curl (with openssl) fails like Python but I don't understand why.

I've successfully done things like this before, but now I encounter a site that Python can't verify with the correct CA certificate (that other tools accept).
History
Date User Action Args
2016-09-06 10:28:22lilydjwgsetrecipients: + lilydjwg, christian.heimes
2016-09-06 10:28:22lilydjwgsetmessageid: <1473157702.19.0.271716909399.issue27970@psf.upfronthosting.co.za>
2016-09-06 10:28:22lilydjwglinkissue27970 messages
2016-09-06 10:28:22lilydjwgcreate