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

다음 단계

다음 번 프록시 서버에 로그인할 때 새 암호를 사용합니다.