Skip to content
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

[macOS] Can not connect to server via proxy if the app is launched by double click .app #474

Open
universorum opened this issue May 3, 2024 · 0 comments

Comments

@universorum
Copy link

Expected Behavior

When application launch by double click .app, it should read $https_proxy or $http_proxy that configured in ~/.zshrc.

Current Behavior

Hang on 'Connecting...' until timeout. Show the 'lost connecting' hint.

Possible Solution

run the command /Applications/Proton\ Mail\ Bridge.app/Contents/MacOS/bridge-gui in terminal manual

Version Information

macOS 14.4.1(23E224)
I notice that I can not found the version information in app ui.

Context (Environment)

I have the .zshrc

export https_proxy=http://127.0.0.1:6152
export http_proxy=http://127.0.0.1:6152
export all_proxy=socks5://127.0.0.1:6153

and connection will be blocked if egress traffic is not processed by proxy app.

Detailed Description

When I launch the application by double click the .app, the proxy app does not detect any traffic from bridge app.
Launch the application by run the command manual will make the traffic can be processed by proxy app correctly.

Also, Proton Mail desktop app can work correctly with proxy correctly without any additional configure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant