Sadly, when I tested a clean install of the plugin on 0.9.16, I got the same error:
Code:
*** PYTHON ERROR ***
SSL version: OpenSSL 1.1.1c-dev xx XXX xxxx
An exception of type URLError occurred.
Arguments:
(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)'),)
Not a biggie for me as I have disabled the auto-update (
"github": false) and am content to manually update the plugin when necessary, but I wanted to report this in case it's helpful.
Quote:
Originally Posted by KevinH
I have added a new python3 module "certifi" to the Python 3.7 framework builds to work around the missing network certificate. This change has been pushed to master. The fix for this mac specific ssl issue will appear in the next release.
Thanks for your bug report.
|