<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content

How to Delete the Proxy Setting Configured with "sft config network.forward_proxy"

Okta Classic Engine
Privileged Access
Okta Identity Engine

Overview

Administrators must occasionally delete the proxy setting configured with the sft config network.forward_proxy command in Okta Privileged Access (OPA). Overwrite the configuration with an empty value or manually edit the configuration file to remove the proxy setting.

Applies To

  • Okta Identity Engine (OIE)
  • Okta Classic Engine
  • Okta Privileged Access (OPA)
  • ScaleFT (sft) command-line tool

Solution

Option 1: Overwrite with an Empty Value 

The cleanest way to remove the proxy configuration is to run the same command but pass an empty string "" as the value. This tells the sft client to clear the setting.

sft config network.forward_proxy ""

Option 2: Manually Edit the Configuration File

Completely remove the line from the configuration by editing the sft configuration file directly.

Depending on the Operating System, the file is located here:

  • macOS / Linux: ~/.config/ScaleFT/sft.conf

  • Windows: %USERPROFILE%\.config\ScaleFT\sft.conf

 

Steps to edit

  1. Open the sft.conf file in a text editor (like nano, vim, or Notepad).

  2. Locate the section that looks like this:

    Plaintext
    [network]
    forward_proxy = https://Name-proxy.example.com:3141
    
  3. Delete the forward_proxy line entirely.

  4. Save and close the file.

Verification

To verify that the proxy setting has been successfully removed, run:

sft config

This will print the current active configuration. The network.forward_proxy variable should no longer appear in the output.

Loading
Okta Support - How to Delete the Proxy Setting Configured with "sft config network.forward_proxy"