Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here.

Skyhigh Security

Add a System Proxy for Windows

This page provides information on how to add a proxy to your Windows system with the new and existing Logging Client.

Configure System Proxy for Windows with New Logging Client 

Perform the following steps to add a proxy for Windows when Logging Client is not installed on your system:

  1. Download and install the Logging Client. For more information on installation, see Install and Configure the Logging Client.
  2. Open the settings.json file from your system through the file path: C:\Users\<user name>\AppData\Local\logging_client\app-<version number>\resources\app\lib\assets\config.
  3. Add hostname and port in the settings.json file.
{
    "proxy": {
        "host": "Add proxy hostname here",
        "port": "Add proxy port here"
    }
}

For Example:
{
    "proxy": {
        "host": "webgateway.itm.company.com",
        "port": "9090"
    }
}
  1. Save settings.json file.
  2. Open the Logging Client.

As a result, the Logging Client connects using the configured system proxy.

Configure System Proxy for Windows with Existing Logging Client

Perform the following steps to add a proxy for Windows while an existing Logging Client is running on your system.

  1. Click Uninstall Service on the Logging Client.
  2. Close the Logging Client.
  3. Open the settings.json file from your system through file path: C:\Users\<user name>\AppData\Local\logging_client\app-<version number>\resources\app\lib\assets\config.
  4. Add hostname and port in the settings.json file.
{
    "proxy": {
        "host": "Add proxy hostname here",
        "port": "Add proxy port here"
    }
}

For Example:
{
    "proxy": {
        "host": "webgateway.itm.company.com",
        "port": "9090"
    }
}
  1. Save settings.json file.
  2. Open the Logging Client.

     As a result, the Logging Client connects using the configured system proxy.

  • Was this article helpful?