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.
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://
To resolve this, configure the following steps.
- For each connection server create a text file named locked.properties in C:\Program Files\VMware\VMware View\Server\sslgateway\conf.
- 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. - Save and close the file.
- Restart the VMware Horizon View Connection Server service.
Comments
Post a Comment