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 Adam.Goodman, christian.heimes, jteh, loewis, nagle, pitrou, steve.dower
Date 2015-02-12.07:09:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423724960.84.0.185382240302.issue20916@psf.upfronthosting.co.za>
In-reply-to
Content
Amusingly, I'm getting this failure on "verisign.com" on Windows 7 with Python 2.7.9:

"HTTP error - [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)..)"  The current Verisign root cert (Class 3 public) is, indeed, not in the Windows 7 cert store. Verisign has a newer root cert.

That error message ought to be improved. Tell the user which cert was rejected.

"python.org", with a DigiCert certificate, works fine.

I'm going to use the Mozilla certificate store explicitly.
History
Date User Action Args
2015-02-12 07:09:21naglesetrecipients: + nagle, loewis, pitrou, christian.heimes, jteh, steve.dower, Adam.Goodman
2015-02-12 07:09:20naglesetmessageid: <1423724960.84.0.185382240302.issue20916@psf.upfronthosting.co.za>
2015-02-12 07:09:20naglelinkissue20916 messages
2015-02-12 07:09:20naglecreate