Skip to main content

Jama Connect User Guide

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.

  1. 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
  2. Follow the instructions from Docker on configuring the no_proxy settings, setting the appropriate IPs and hostnames that identify the Jama Connect server.

  3. 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