-
feat: add SSL certificate diag script (check_llm_certs.sh)
released this
2026-05-28 12:13:44 +03:00 | 593 commits to master since this releaseRuns from inside Docker container to verify all 4 SSL layers:
- System CA store (openssl s_client)
- NSS database (certutil) for Chromium
- Python httpx (SSLContext with cafile)
- Python requests (verify with system CA path)
Reads LLM_SSL_VERIFY and CA paths from .env.enterprise-clean
Downloads