Summary
The TLS certificate for worksheets.codalab.org has expired, making the official CodaLab Worksheets instance inaccessible via HTTPS for both the web interface and the CLI (cl command).
Certificate Details
notAfter=Jun 22 05:00:16 2026 GMT
The certificate expired on June 22, 2026. As of today (June 24, 2026), it has been expired for 2 days.
Impact
curl -Iv https://worksheets.codalab.org fails with a certificate verification error
- The
cl CLI cannot connect — SSL verification fails on all commands (e.g., cl work main::)
- Users cannot submit to competitions hosted on CodaLab Worksheets (e.g., HotpotQA and others)
- Workarounds like disabling SSL verification (
curl -k or --insecure) are not acceptable because authentication credentials are transmitted
Steps to Reproduce
curl -Iv https://worksheets.codalab.org
Expected: valid TLS handshake
Actual: certificate verification failure (certificate expired Jun 22 2026)
Resolution Required
The server-side TLS certificate for worksheets.codalab.org must be renewed by the CodaLab administrators. No client-side fix is possible.
After renewal, users can verify with:
curl -Iv https://worksheets.codalab.org
cl work main::
Summary
The TLS certificate for
worksheets.codalab.orghas expired, making the official CodaLab Worksheets instance inaccessible via HTTPS for both the web interface and the CLI (clcommand).Certificate Details
The certificate expired on June 22, 2026. As of today (June 24, 2026), it has been expired for 2 days.
Impact
curl -Iv https://worksheets.codalab.orgfails with a certificate verification errorclCLI cannot connect — SSL verification fails on all commands (e.g.,cl work main::)curl -kor--insecure) are not acceptable because authentication credentials are transmittedSteps to Reproduce
Expected: valid TLS handshake
Actual: certificate verification failure (certificate expired Jun 22 2026)
Resolution Required
The server-side TLS certificate for
worksheets.codalab.orgmust be renewed by the CodaLab administrators. No client-side fix is possible.After renewal, users can verify with: