-
Notifications
You must be signed in to change notification settings - Fork 129
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.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed #3387
Open
wasalm opened this issue
Jun 29, 2023
· 3 comments
· May be fixed by codalab/competitions-v1-compute-worker#26
Open
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed #3387
wasalm opened this issue
Jun 29, 2023
· 3 comments
· May be fixed by codalab/competitions-v1-compute-worker#26
Comments
This is the full Trackback
|
wasalm
added a commit
to wasalm/competitions-v1-compute-worker
that referenced
this issue
Jun 29, 2023
Turns out that the issue is that requests is outdated. Update to at least 2.27.0 |
Thank you for reporting this issue and for your pull request. We'll look into it soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to self host codalab competitions using minion.
I have everything working except that submissions are failed due to the following error:
My hosts is behind a proxy and is certified by letsencrypt.
I can temporary fix it by changing
worker.py
(inside the competitions-v1-compute-worker container)and add the line
verify=False
to theput_blob
function. That is,But this of course is a temporary fix. Can you look into this? Thanks.
The text was updated successfully, but these errors were encountered: