Configure Elasticsearch proxy settings (traditional)
If using a proxy server, you must add the IP address of the Jama Connect application server to the no_proxy Docker variable. This variable prevents the application server’s traffic from being proxied. Work with your Linux system administrator to set this value.
The steps to do this depend on your operating system.
Note
The steps related to Replicated are only necessary if you have already installed the Admin Console.
Stop Replicated with the following commands.
For Red Hat-derived systems version 7 and later:
sudo systemctl stop replicated replicated-ui replicated-operator
For all other distributions:
sudo service replicated-operator stop sudo service replicated-ui stop sudo service replicated stop
Follow the instructions from Docker to configure the no_proxy settings and to set the appropriate IP addresses and hostnames that identify the Jama Connect server.
Restart Replicated with the following commands.
For Red Hat-derived systems version 7 and greater:
sudo systemctl start replicated replicated-ui replicated-operator
For all other distributions:
sudo service replicated start sudo service replicated-ui start sudo service replicated-operator start