Display useful advice when CERTIFICATE_VERIFY_FAILED is encountered
Categories
(Conduit :: moz-phab, defect, P2)
Tracking
(Not tracked)
People
(Reporter: glob, Assigned: sheehan)
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
An incomplete Python installation will throw [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108) errors. Usually these are MacOS installs using a packaged Python rather than homebrew's.'
https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate has the steps to resolve this.
We should help people who are stuck.
Updated•6 years ago
|
Comment 1•4 years ago
|
||
On Windows 10 this can appear if Windows' local cert store doesn't have a good cert for pypi.org. I have successfully solved this for myself by loading pypi.org in Edge, thereby updating Windows' cert store.
(( Must be a browser that uses Windows' own cert store. To my knowledge Firefox doesn't (for good reason) ))
| Assignee | ||
Comment 2•4 years ago
|
||
Adds an error message pointing to a helpful StackOverflow
page when an SSL: CERTIFICATE_VERIFY_FAILED message is
encountered.
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
Description
•