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

support HTTP proxy for geoip database, rule updates, etc. #482

Open
mmguero opened this issue Nov 5, 2024 · 0 comments
Open

support HTTP proxy for geoip database, rule updates, etc. #482

mmguero opened this issue Nov 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mmguero
Copy link
Collaborator

mmguero commented Nov 5, 2024

@mmguero cloned issue idaholab/Malcolm#86 on 2022-03-28:

Moved from #203 by @RafnexJr

While installing Malcolm in an environment running behind a proxy problems with the Arkime container occured. The script initarkime.sh tries to download/update the geo data but fails behind a proxy. Even when the proxy is configured as environment variable in the docker-compose file. There's no error message the script just won't return anything after line 11.

To reproduce

Steps to reproduce the behavior:

  • Install according to documentation

  • Set proxy environment variables HTTP_PROXY and HTTPS_PROXY on the file-monitor and arkime container

  • Start Malcolm with the script

Expected behavior

I would expect that the container would use the proxy specified in the HTTP(S)_PROXY env variable to get the geo data and report an error if something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant