Skip to main content

Cyware Fusion and Threat Response

Configure Proxy Server

You can configure a proxy server for the application on-premise deployments to prevent direct access to the internet or public cloud applications. The HTTP and HTTPS URLs act as proxies to provide an extra layer of protection to the application.

To configure the proxy server, do the following:

  1. Go to Admin Panel > Configurations > Basic Configuration.

  2. Under Proxy, click Edit on the right and toggle proxy.

  3. Enter the following details:

    • HTTP: Enter an HTTP URL or IP address to use the proxy. For example, 10.100.4.222:3128. The HTTP proxy receives requests directly from applications that use HTTP as their protocol.

    • HTTPS: Enter an HTTPS URL or IP address to use the proxy. For example, 10.100.3.222:3128. HTTPS proxy provides a more secure connection. For data transmission, HTTPS proxies provide the feature of having unreadable data if intercepted.

    • No Proxy: Enter a list of comma-separated URLs, IP addresses, or domains without spaces to configure the hosts that need not go through a proxy to connect. For example:

      sampledomain1.com,sampledomain2.com
  4. Click Save.

  5. Enter a URL to test the proxy server connection and click Test.

After the test connection is successful, the proxy server details are saved. You can test the configured proxy server again by clicking Test Proxy next to Edit. You can only test one URL at a time.