Quote:
Originally Posted by odamizu
On first run, I was startled to get a python error — something about SSL certificate verify failed. See screenshot.
|
This error was displayed by the update checker, because the connection to the GitHub website failed. macOS Users reported a similar SSL error for older Sigil versions:
Quote:
ssl.SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645)
|
However, your error refers to different line (_ssl.c:1056) and cause:
Quote:
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)
|
According to
StackOverflow, double-clicking
Install Certificates.command in your Applications/Python 3.x folder
might fix this problem, if you're using an external Python interpreter. However, I don't know if it'll also work for the bundled interpreter.