Chat using incorrect HTTP proxy configuration on the remote engineering device

Cursor opens an SSH workspace, and the remote device has an HTTP proxy(http.proxy setting).
When we use chat, the request is sent through this HTTP proxy by Cursor on the local machine. This causes the request to fail

version: 0.43.5
commit: 1.93.1
date: 2eaa79a1b14ccff5d1c78a2c358a08be16a8e5a0
Electron: 2024-11-27T09:11:51.854Z
ElectronBuildId: 30.5.1
Chromium: undefined
Node.js: 124.0.6367.243
V8: 20.16.0
OS: 12.4.254.20-electron.0

Is there anyone who can help me?
It’s a persistent issue, and it prevents me from using the cursor properly.

No response???

Hello, hello

This is probably happening because of how HTTP proxies are configured in your remote SSH workspace. Try clearing the proxy settings by adding these lines to your ~/.bashrc:

export http_proxy=""
export https_proxy=""

After adding those, restart your SSH session and Cursor should connect directly instead of using the proxy

Let me know if you’re still having trouble connecting after trying this