Hi Cursor team,
After updating to Cursor 3.9.21, Cursor no longer works on our corporate network.
Environment:
- Cursor: 3.9.21 Stable
- Electron: 40.10.3
- Node: 24.15.0
- Windows 11 24H2
- Corporate Squid Proxy with Windows Integrated Authentication (Kerberos / Negotiate)
Behavior:
- Cursor AI fails.
- Network Diagnostics reports:
ERR_NAME_RESOLUTION_FAILED
getaddrinfo EAI_AGAIN api2.cursor.sh
However the network itself is working correctly.
Evidence:
- curl succeeds using Kerberos authentication
curl --proxy-negotiate -u :
–proxy http://proxy01.sqb.uz:808
Result:
HTTP/1.1 200 Connection established
HTTP/1.1 200 OK
Welcome to Cursor…
- Kerberos tickets exist
klist shows valid tickets including
HTTP/proxy01.sqb.uz
-
Browser works on Wi-Fi.
-
Cursor works perfectly on Wi-Fi.
-
Cursor fails only on Ethernet (corporate proxy).
-
Cursor logs show
ERR_NAME_NOT_RESOLVED
getaddrinfo EAI_AGAIN api2.cursor.sh
The application appears to bypass the authenticated proxy and tries local DNS resolution instead.
The issue started immediately after upgrading to Cursor 3.9.21.
Could you please verify whether Electron 40 / Node 24 introduced a regression in Windows Integrated Proxy (Negotiate / Kerberos) support?
I can provide additional logs if necessary.
Thank you.