• 0.1.6 3f6b06b4b8

    feat: add SSL certificate diag script (check_llm_certs.sh)

    busya released this 2026-05-28 12:13:44 +03:00 | 593 commits to master since this release

    Runs from inside Docker container to verify all 4 SSL layers:

    1. System CA store (openssl s_client)
    2. NSS database (certutil) for Chromium
    3. Python httpx (SSLContext with cafile)
    4. Python requests (verify with system CA path)
      Reads LLM_SSL_VERIFY and CA paths from .env.enterprise-clean
    Downloads