-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warp does not work properly when connected through a proxy #705
Comments
Maybe can use system proxy by default? |
I tried to fix it.🧐 https://embiid.blog/post/WARP-does-not-work-after-submitting-an-invite-code/ |
Alternatively, go to ALL_PROXY="your_proxy" ./stable Not sure which proxy is actually used, so I used @dev4joel's solution is nice, but for people behind proxies, installing another program can often be painful (need manager's approval and admin privilege, etc). |
@tautomer WOW, That's COOL! TIL! Thanks. |
Please fix it asap. |
The login issue is here: How to fix the confusing login flow issue is here: How to fix the proxy issue is here: |
I still have connection problem. set HTTP_PROXY or ALL_PROXY: not work use the the error info is always:
|
The issue is resolved, the warp works! |
From #2089
|
This issue is a bit meandering and touches on a few different topics. For example, making it easy to set proxy variables when running a command in Warp seems quite different then Warp itself respecting your proxy settings. I believe this issue is about Warp itself. So to make this clearer to the Warp team let me summarize the important bits as if this was a new issue: Warp does not respect the macOS system wide proxy settingsDescribe the bugWarp does not respect the system wide proxy settings. If you set a proxy at the macOS level, in Preferences -> Network -> Advanced -> Proxies, these proxies settings are ignored by Warp and it'll attempt to access the internet directly without going through the proxy. To ReproduceMethod 1:
Method 2:
Expected behaviourWarp should respect the system wide proxy settings like every other app. When a system wide proxy is set, Warp should use that proxy. WorkaroundWarp does respect the $ https_proxy=http://127.0.0.1:8888 /Applications/Warp.app/Contents/MacOS/stable Or you can set a global macOS system environment variable like this: $ launchctl setenv https_proxy 'http://127.0.0.1:8888' And then launch Warp the usual way. (note: this will persist until reboot or unset with The funny thing is if you want Warp to respect your proxy settings, you'll need to use another terminal program besides Warp to do it. Operating SystemMacOS OS Version12.6.1 Shell Versionzsh 5.8.1 (x86_64-apple-darwin21.0) Warp Versionv0.2022.12.13.08.04.stable_01 |
Warp has recently added support for MacOS proxy settings. Please update to |
It does not work in my computer. |
This slight variation of the original answer also appears to work.
|
I think warp should provide proxy setting function, which is a basic function of many software. |
Describe the solution you'd like?
We've been getting reports that Warp doesn't work when connected to a proxy. Creating a public issue so people can subscribe.
Is your feature request related to a problem? Please describe.
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: