Hello everyone, I have upgraded ACS from 4.11.0.0 to 4.11.1.0 over the weekend and have noticed that after performing all the usual stuff, like upgrading virtual routers and recreating console proxy / ssvm I have lost access to the vm consoles (both guest vms and system vms). I have performed the creation of host keys by clicking the button in ACS Gui. All hosts seems to have done this successfully with the Status changing from Unsecure to Up. The console access worked just fine prior to 4.11.1.0 upgrade.
When I click on the Console button, a new browser window pops up. The page is empty. Inspecting the source I get the following (modified a bit to save space and replaced the domain name): <html><title>VM-Name</title><frameset><frame src="http://*.DOMAIN.com/ajax?token=qxXZQlpCi7xa-o8XgJM6Z_fb<MORE STUFF HERE>“></frame></frameset></html> Looking at the above, it is obvious that the *.DOMAIN.com is not valid. If I copy the URL and change the *.DOMAIN.com to the public IP address of the console proxy, I get access to the console just fine. Cheers