In order to use an appliance via an HTTP proxy, the following configuration should be completed:
- Open an SSH connection to your appliance.
- Navigate to the communication server folder and edit the http-proxy.conf file > sudo vi /opt/docker/http-proxy.conf
- Enter/Update the following values in the file:
PROXY_ENABLED=true
PROXY_HOSTNAME=__PROXY_HOSTNAME__
PROXY_PORT=8080
PROXY_USERNAME=
PROXY_PASSWORD= - Save the file.
- If the appliance was registered prior to this configuration change, then the following commands should be run after the config file has been updated and saved. > sudo /opt/docker/start-appliance-stack.sh
Note: This will change once we start configuring proxy via Appliance or DOI UI.