Configure HTTP Proxy (only if needed)
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/communication/http-proxy.conf
Enter or 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/communication/start-communication-layer.sh true
sudo systemctl restart iqas
Â