Blank Pop-up on Horizon Admin Logon Page

When you are using Chrome browser to logon to Horizon Administration page, you will notice you will get this blank pop-up box.


The cause of this with the new security feature included in Horizon 7.x. The Horizon Administration page checks the origin for the web request and reject the request if the URL is not https://localhost/admin or https:// /admin

To resolve this, configure the following steps.

  1. For each connection server create a text file named locked.properties in C:\Program Files\VMware\VMware View\Server\sslgateway\conf.
  2. Open the locked.properties file using a plain text editor and add this line...

    checkOrigin=false

    Note: Ensure the locked.properties file is not in .txt extension after saving.
  3. Save and close the file.
  4. Restart the VMware Horizon View Connection Server service.

Comments