설치하는 동안 VMware Identity Manager Connector 구성 요소에 대해 HTTPS 프록시 설정을 구성하지 않은 경우 프록시 설정 파일을 생성하여 나중에 구성할 수 있습니다.

프로시저

  1. Windows 서버에 로그인합니다.
  2. 다음 파일을 생성합니다.

    install_dir\opt\vmware\horizon\workspace\bin\proxySettings.bat

  3. 파일에 다음 설정을 추가하십시오.

    set "PROXY_OPTS=-Dhttps.proxyHost=proxyhost -Dhttp.proxyHost=proxyhost -Dhttps.proxyPort=proxyport -Dhttp.proxyPort=proxyport"

    여기서 proxyhost는 HTTPS 프록시 서버이고 proxyport는 HTTPS 프록시 서버 포트입니다.

    프록시 서버를 거치지 않고 액세스해야 하는 호스트인 프록시 이외의 호스트를 지정하려면 PROXY_OPTS 설정에 다음을 추가합니다.

    -Dhttps.nonProxyHosts=hostList -Dhttp.nonProxyHosts=hostList

    여기서 hostList|로 구분된 호스트 목록입니다. 와일드카드를 포함할 수도 있습니다. 예:

    -Dhttps.nonProxyHosts=*.example.com|localhost -Dhttp.nonProxyHosts=*.example.com|localhost

  4. 파일을 저장합니다.
  5. 다음 스크립트를 실행하여 서비스를 다시 시작합니다.

    install_dir\usr\local\horizon\scripts\horizonService.bat restart

    중요:

    설정이 올바르게 업데이트되지 않으므로 서비스 패널에서 서비스를 다시 시작하지 마십시오.