センサーのプロキシ設定を変更する
開始する前に
プロキシサーバーのオペレーティングシステムでの作業経験が必要です。
プロキシサーバーのオペレーティングシステムでの作業経験が必要です
プロキシ設定を変更する
プロキシ設定の変更方法の例として、プロキシパスワードを変更します。
センサーをインストールしたコンピュータで、
install_dir/config/
に移動します。proxy.propertiesファイルを開き、
httpsAuthPasswordEncrypted
をhttpsAuthPassword
に置き換えます。これらの設定のプロキシパスワード値を追加します。
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
次のステップ
プロキシサーバーに次回ログオンするときは、新しいパスワードを使用してください。