always got error (Previously, the issue happened intermittently, but today (Jan 26, 2026) it has been occurring all day, even after HTTP/2 was disabled.)
Internal Error
An unexpected error occurred on our servers. Please try again, or contact support if the issue persists.
Request details
Request ID: b98a84ce-0d32-41a9-b981-41f05ab08bf1
[internal] read Unknown system error -96
LTe: [internal] read Unknown system error -96
at kmf (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9095:38337)
at Cmf (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9095:37240)
at $mf (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9096:4395)
at ova.run (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9096:8170)
at async qyt.runAgentLoop (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:34190:57047)
at async Wpc.streamFromAgentBackend (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:34239:7695)
at async Wpc.getAgentStreamResponse (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:34239:8436)
at async FTe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9170:14575)
“Unknown system error -96” on macOS usually points to a network-level issue. In your case, Zscaler (or its TLS inspection) might be blocking connections to the agent API.
Try this:
Test without VPN
Temporarily disable Zscaler and check if the agent works. This will confirm whether Zscaler is the cause.
Change DNS (if you can’t disable VPN)
Other users with similar issues fixed it by switching DNS to Quad9:
System Settings → Network → your network → DNS Servers → add 149.112.112.112
I see McAfee Web Gateway is intercepting SSL traffic to Cursor. This is a classic corporate MITM proxy issue.
Issue:
The McAfee Cloud proxy (c1200488389.wgcs.mcafee-cloud.com) is replacing Cursor’s certificates. That can cause SSE responses to get buffered and make ping slow.
Fixes:
Use Cursor without VPN or McAfee (if possible)
If your company policy allows it, turn off McAfee or VPN when using Cursor
Ask IT to whitelist Cursor (best long-term fix)
Domains to bypass: *.cursor.sh, *.cursor.com, *.anysphere.co
This disables SSL inspection for Cursor
You’ll need to send a request to your IT team
Try disabling HTTP/2
Settings → Network → HTTP/2 Compatibility Mode
It can help with buffering, but it’s not guaranteed
Changing DNS won’t help because the problem is SSL interception, not routing.
Let me know if your IT team can add Cursor to the bypass list. That should fix it permanently.