Skip to content
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

urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] on CICD #250

Open
SagiPolaczek opened this issue Jan 10, 2023 · 0 comments
Open

urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] on CICD #250

SagiPolaczek opened this issue Jan 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@SagiPolaczek
Copy link
Collaborator

Describe the bug
get the following error message while trying to download with wget

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)

In the traceback we have:

wget.download(src, destination_file)

It happened before with a different download target (some model's weights I think) - we did a WA and forgot about it. Now it's time to fix it 😄

FuseMedML version
0.2.9

Python version
3.8

To reproduce
run:

KITS21.download(kits_dir, cases)

Additional context
Probably related to CCC server.

@SagiPolaczek SagiPolaczek added the bug Something isn't working label Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant