Skip to main content

E1404. TLS verification failed

Severity: ERROR.

What happened

The TLS handshake to api.controlzero.ai failed verification. Usually a corporate MITM proxy that injects its own CA, or a system clock that's badly out of sync.

How to fix

Either point the SDK at your corporate CA bundle (REQUESTS_CA_BUNDLE=/path/to/corp.pem) or fix the system clock.

See also