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 christian.heimes
Recipients alex, barry, bkabrda, christian.heimes, doko, dstufft, janssen, lemburg, ncoghlan, pitrou, r.david.murray, rkuska, vstinner
Date 2015-05-08.22:20:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431123619.83.0.326467902643.issue23857@psf.upfronthosting.co.za>
In-reply-to
Content
PS: It's also super easy to trust self-signed certificates. All you have to do is to grab the cert and set SSL_CERT_FILE env var:

$ openssl s_client -connect host:443 | openssl x509 > /path/to/selfsigned.pem
$ SSL_CERT_FILE=/path/to/selfsigned.pem python script.py
History
Date User Action Args
2015-05-08 22:20:19christian.heimessetrecipients: + christian.heimes, lemburg, barry, doko, ncoghlan, janssen, pitrou, vstinner, alex, r.david.murray, bkabrda, dstufft, rkuska
2015-05-08 22:20:19christian.heimessetmessageid: <1431123619.83.0.326467902643.issue23857@psf.upfronthosting.co.za>
2015-05-08 22:20:19christian.heimeslinkissue23857 messages
2015-05-08 22:20:19christian.heimescreate