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

🐛 Bug Report: System http(s)_proxy variable ignored #184

Open
tunloop opened this issue Jul 17, 2024 · 0 comments
Open

🐛 Bug Report: System http(s)_proxy variable ignored #184

tunloop opened this issue Jul 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tunloop
Copy link

tunloop commented Jul 17, 2024

Describe the bug

Redlib binary does not read/use the http_proxy or https_proxy set in /etc/environment (Debian) or in /etc/redlib.conf
Upon service/host restart, no traffic is sent to the specified http proxy.

Steps to reproduce the bug

  1. Have a forward http proxy set up (such as squid)
  2. Place following lines into /etc/environment (or other system-wide variable file depending on distro) on redlib host
    http_proxy=http://192.168.1.10:3128
    https_proxy=http://192.168.1.10:3128
  3. Restart redlib binary
  4. Observe forward proxy logs for connections from redlib host

What's the expected behavior?

Redlib binary should send all internet http requests through specified proxy.

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
Status: Backlog
Development

No branches or pull requests

1 participant