Skip to main content

更改传感器代理设置

在开始之前

  • 拥有使用代理服务器操作系统的经验。

  • 拥有使用代理服务器操作系统的经验

更改代理设置

作为如何更改代理设置的示例,我们将更改代理密码。

  1. 在安装了传感器的计算机上,导航至 install_dir/config/

  2. 打开 proxy.properties 文件,将 httpsAuthPasswordEncrypted 替换为 httpsAuthPassword

  3. 为这些设置添加代理密码值。

  4. Restart the sensor service to apply the new proxy settings.

    Alternatively, use the sensor applyproxysettings command to apply the proxy settings without restarting the sensor:

    • Windows: change into the sensor cli subdirectory and run applyproxysettings.bat -file ..\config\proxy.properties

    • Linux: change into the sensor cli subdirectory and run ./applyproxysettings.sh -file ../config/proxy.properties

    • Docker: use the above Linux command if running from an interactive shell, or else run docker exec -it <container-id/name> <sensor-install-path>/cli/applyproxysettings.sh -file <sensor-install-path>/config/proxy.properties

接下来

在下一次登录代理服务器时使用新密码。