For anyone hitting urllib3.exceptions.SSLCertVerificationError on api.colabfold.com or running into disk limits on student/shared nodes (~75GB), I built a workaround operator that keeps the pipeline runnable.
What this provides
1) Scoped SSL workaround (temporary)
- Applies request/session-level SSL bypass only for the remote MSA call path.
- Security note: this is intended for constrained/demo environments, not production.
2) Low-storage validation path
- When local MSA DBs/weights are unavailable (for example, when 200GB+ assets cannot be unpacked), it switches to a pipeline validation mode.
- This allows downstream orchestration and AQAffinity wiring to be tested end-to-end.
- Scientific note: this mode is for integration validation, not final biological claims.
Repo
Code + README + config examples:
https://github.com/ItsReallyDanii/openfold3-pipeline-operator
Optional next step
If useful, I can open a PR for docs covering:
- explicit constrained-node run mode,
- security caveats for SSL bypass,
- expected behavior of validation/demo outputs.