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

System Proxy does not display environment variables set in .zshenv #3777

Open
2 tasks done
jcoddaire opened this issue Jan 10, 2025 · 0 comments
Open
2 tasks done

System Proxy does not display environment variables set in .zshenv #3777

jcoddaire opened this issue Jan 10, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jcoddaire
Copy link

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

Hello,

When setting the System Proxy under Preferences > Proxy > System Proxy, the configured system proxy is not displayed.

image

The system proxy is configured correctly using ~/.zshenv.

❯ echo $SHELL
/bin/zsh
❯ echo $HTTP_PROXY
http://127.0.0.1:9000/
❯ echo $HTTPS_PROXY
http://127.0.0.1:9000/
❯ echo $http_proxy
http://127.0.0.1:9000/
❯ echo $https_proxy
http://127.0.0.1:9000/
❯ echo $no_proxy
 
~ ❯

Does Bruno use a shell that is different from the default shell, ie echo $SHELL? If so, can Bruno be updated to respect the default shell for the current user?

.bru file to reproduce the bug

No response

Screenshots/Live demo link

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants