HTTP/2 protocol downgrade
Symptoms: CLI failures, connection timeouts, protocol errors Cause: Zscaler downgrades HTTP/2 to HTTP/1.1 for SSL-inspected traffic. Fix: Contact your Zscaler admin to enable HTTP/2 for SSL-inspected traffic underAdministration > Advanced Settings. See Zscaler docs.
SSL certificate verification failures
Symptoms: VS Code can’t connect, “certificate verify failed”, untrusted certificate warnings Cause: Zscaler intercepts HTTPS and presents its own certificates. Apps with custom cert stores may not trust them. Check if Zscaler is intercepting:app.gitpod.io to SSL inspection bypass list.
Alternative for VS Code: Enable “System certificates” in VS Code settings (requires v1.97+). If issues persist, also enable “Electron Fetch” and “System Certificates V2”.
Runner connection issues
Symptoms: Runner can’t connect, OAuth failures, “connection refused” errors Cause: Zscaler is blocking the Ona management-plane hostname, OAuth callbacks, or runner-gateway protocols. Fix:- Allow outbound HTTPS (TCP 443) to the runner’s configured Ona management-plane hostname (
app.gitpod.ioby default). Allowlist the hostname rather than the IP addresses it currently resolves to. - Ensure WebSocket and gRPC traffic is allowed
- Workaround: Use Personal Access Tokens instead of OAuth while configuring
Configuration checklist
Work with your network team to configure: SSL inspection:- Add
app.gitpod.ioto the bypass list - Verify the certificate shows the expected issuer, not “Zscaler”
- Enable HTTP/2 for SSL-inspected traffic in Advanced Settings
- Allow outbound HTTPS (TCP 443) to
app.gitpod.io - Allow WebSocket and gRPC traffic
Verify configuration
Getting help
Collect and share with support:- Output of
ona network-troubleshoot, run from the machine where the connection to Ona is failing. This tests DNS, TCP, TLS, and authenticated API connectivity. See the CLI reference for details. - Output from
curl -I -v https://app.gitpod.io - Runner support bundle
- Environment support bundle, if the environment is reachable
- VS Code / Ona extension logs
- Network configuration details