Skip to content

TLS certificate expired for worksheets.codalab.org (expired Jun 22 2026) #4606

Description

@lmsanch

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::

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions