Cloud-CV / EvalAI-Starters

How to create a challenge on EvalAI?
75 stars 158 forks source link

Web certificate have expired #93

Open PhysBench opened 2 weeks ago

PhysBench commented 2 weeks ago

Your certificate appears to have expired, preventing you from creating a challenge.

Run python3 github/challenge_processing_script.py

Following errors occurred while validating the challenge config: HTTPSConnectionPool(host='eval.ai', port=443): Max retries exceeded with url: /api/challenges/challenge/challenge_host_team/3599/validate_challenge_config/ (Caused by SSLError(SSLCertVerificationError([1](https://github.com/PhysBench/EvalAI/actions/runs/11136576977/job/30948590396#step:5:1), '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1076)')))

Exiting the challenge_processing_script.py script after failure

image