Configure proxy settings (traditional)
If using a proxy server, you must add the Jama Connect application server's IP to the no_proxy Docker variable to prevent traffic from the application server 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:
Red Hat-derived systems version 7 and later
sudo systemctl stop replicated replicated-ui replicated-operator
All other distributions
sudo service replicated-operator stop sudo service replicated-ui stop sudo service replicated stop
Follow the instructions from Docker on configuring the no_proxy settings, setting the appropriate IPs and hostnames that identify the Jama Connect server.
Restart Replicated with the following commands:
Red Hat-derived systems version 7 and greater
sudo systemctl start replicated replicated-ui replicated-operator
All other distributions
sudo service replicated start sudo service replicated-ui start sudo service replicated-operator start