如果您未在安裝期間設定 VMware Identity Manager Connector 元件的 HTTPS Proxy 設定,則可以在稍後建立 Proxy 設定檔以進行設定。

程序

  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 Proxy 伺服器,而 proxyport 為 HTTPS Proxy 伺服器連接埠。

    若要指定非 Proxy 主機 (不需經由 Proxy 伺服器存取的主機),請將下列內容新增至 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

    重要事項︰

    請勿從 [服務] 面板重新啟動服務,因為設定將不會正確更新。