Skip to content

Unable to create/update goodware db on windows (SSL verify fail) #30

@5kuby

Description

@5kuby

Expected Behavior

Successful build of local goodware database.

Current Behavior

Script fails with error SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)
It's caused by the rootCA management mechanism ( https://bugs.python.org/issue36011 )

Solution

install certifi (mozilla rootCA project https://github.com/certifi/python-certifi ) with pip ( python -m pip install certifi ) or include certifi in the requirements.txt file

Context (Environment)

Windows 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions