Closed Bug 1617906 Opened 6 years ago Closed 4 years ago

Display useful advice when CERTIFICATE_VERIFY_FAILED is encountered

Categories

(Conduit :: moz-phab, defect, P2)

Tracking

(Not tracked)

RESOLVED FIXED

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.

Keywords: conduit-triaged
Priority: -- → P2
Severity: normal → S2

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) ))

Adds an error message pointing to a helpful StackOverflow
page when an SSL: CERTIFICATE_VERIFY_FAILED message is
encountered.

Assignee: nobody → sheehan
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: