-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)> #463
Comments
I solved it by adding the following code to the "comfyui-reactor-node\install.py" file.
There could be a better way. |
If it is a Windows system, you can try to configure the environment variable like this: set SSL_CERT_FILE=%APPDATA%\Python\Python39\site-packages\certifi\cacert.pem. The reason is that Python fails to locate the CA certificate. |
can you explain more, i'm in the same issue, thanksss ! |
This problem has troubled me for too long. I checked all the required dependency version files and there were no problems, but the startup still reported this error |
The environment variables of this file have been set, but the same error is still displayed. Is there something wrong with the cacert.pem certificate file? |
I am running on MacOS Sequoia 15.1 and ran across the same problem. What helped me was running this command: Change the |
First, confirm
What happened?
Steps to reproduce the problem
Sysinfo
win 11 谷歌浏览器 3060ti
Relevant console log
Additional information
No response
The text was updated successfully, but these errors were encountered: