-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
SSL: CERTIFICATE_VERIFY_FAILED #216
Comments
same problem |
Same problem with all SE models. https://data.lip6.fr — from where all the SE pre-trained models in https://github.com/Cadene/pretrained-models.pytorch are downloaded from — has an expired certificate. import ssl
ssl._create_default_https_context = ssl._create_unverified_context |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Same problem, this should be fixed |
As of today this issue still persists for Xception and Inception at least. |
this issue still exist (certificate of https://data.lip6.fr/ expired in 2022). I am not sure on how to resolve it, except if training and hosting weights somewhere else is an option |
Hi, When I was running the tutorial on cars segmentation (CamVid), I got the following error:
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)>
Which is providing error while downloading the pre-trained network.
I could download the net manually using the browser (where it provided an error but I just bypassed it).
and run the tutorial.
The text was updated successfully, but these errors were encountered: