Any information about what kinds of errors this RFE will report about? I dont see any info in the oVirt Wiki about it yet.
It would be useful to see details about what the connection error is. For example:
Error: Unable to create SSL Connection. Check browser for SSL cert import...
Error: Unable to start HTML5 Spice client...check supported browser....
Error: Unable to connect. Squid proxy not present on oVirt/RHEV envine
I'm currently troubleshooting why the HTML client wont launch on Windows/Chrome or Mac/Firefox and the "gray screen" isn't very useful.
-Wilbur
me too. i had faced this problem from ovirt 3.5 RC1.
and i found that it is a permission issue of ovirt-websoket-proxy execution.
by default, ovirt-websoket-proxy is executed as a service by "ovirt" account.
i modified the execution account from "ovirt" to "root" by editing /etc/init.d/ovirt-websoket-proxy.
then HTML5 and noVNC screen is running well.