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
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 fileContext (Environment)
Windows 10