Cursor app works while CLI does not on linux

Where does the bug appear (feature/product)?

Cursor CLI

Describe the Bug

On Fedora 43 Cursor app works while CLI does not. Agent is able to login but then there is no reply to prompts, I only see endless reconnect attempts. I am behind corporate Zscaler VPN but Cursor IDE works fine so thats not the issue here. I ve followed many debugging leads like adding “useHttp1ForAgent”: true in cli-config.json but nothing seems to work. Running agent with --debug also does not reveal much, can attach that output if necessary. Plz support

Steps to Reproduce

Run “agent” on linux terminal.

Expected Behavior

Run “agent” on linux terminal can be prompted and reply as a normal agent.

Screenshots / Screen Recordings

log.txt (13.2 KB)

Operating System

Linux

Version Information

CLI Version 2026.04.17-787b533
Model Opus 4.7 1M Thinking
Subscription Tier Enterprise
OS linux (x64)
Terminal gnome-terminal
Shell bash

Does this stop you from using Cursor

Yes - Cursor is unusable

Hi @TSk!

If you’re behind ZScaler, very likely you need to add ZScaler certs to NODE_EXTRA_CA_CERTS as documented here.

You can test to see if it’s an SSL issue by running agent -k (which disables SSL/TLS certificate verification), but this is not a good solution for production use of the CLI!

Hi,

Thanx seems to be working.