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 nagle
Recipients nagle
Date 2015-02-18.01:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424222137.01.0.756882322578.issue23476@psf.upfronthosting.co.za>
In-reply-to
Content
To try this with the OpenSSL command line client, use this shell command:

    openssl s_client -connect www.verisign.com:443 -CAfile cacert.pem

This provides more detailed error messages than Python provides.

"verify error:num=20:unable to get local issuer certificate" is the OpenSSL error for "www.verisign.com".  The corresponding Python error is "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)."
History
Date User Action Args
2015-02-18 01:15:37naglesetrecipients: + nagle
2015-02-18 01:15:37naglesetmessageid: <1424222137.01.0.756882322578.issue23476@psf.upfronthosting.co.za>
2015-02-18 01:15:36naglelinkissue23476 messages
2015-02-18 01:15:36naglecreate