You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@mmguero cloned issue idaholab/Malcolm#86 on 2022-03-28:
The text was updated successfully, but these errors were encountered: