On Wednesday, December 17, 2014 11:42:59 AM Yue, Cong wrote: > Thanks for the reply. > I am trying to install the ca.crt to my chrome. But during the > installation, password is asked, I tried with the only password of my admin > password, but it failed. Is there any other password for this? > > Thanks, > Cong >
You need to import the certificate as an Authority, not as a regular certificate. Also check that it can sign other certificate, there should be 3 checkboxes if you import it in the right location. > > From: Donny Davis [mailto:[email protected]] > Sent: Wednesday, December 17, 2014 11:38 AM > To: 'Amador Pahim'; 'Dan Yasny'; Yue, Cong > Cc: [email protected] > Subject: RE: [ovirt-users] console viewer for ovrit engine > > Is it error 1006 in the novnc console, or connection timeout > 1006 = you need to trust the CA > connection timeout = you don't have a connection setup, or iptables is not > allowing port 6100 in > > Try stopping iptables or adding the correct rule > iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 6100 -j ACCEPT > or the more permenant method > vi /etc/sysconfig/iptables > > -A INPUT -p tcp -m state --state NEW -m tcp --dport 6100 -j ACCEPT > > service iptables restart > > > From: [email protected]<mailto:[email protected]> > [mailto:[email protected]] On Behalf Of Amador Pahim Sent: Wednesday, > December 17, 2014 12:34 PM > To: Dan Yasny; Yue, Cong > Cc: [email protected]<mailto:[email protected]> > Subject: Re: [ovirt-users] console viewer for ovrit engine > > On 12/17/2014 04:26 PM, Dan Yasny wrote: > > > On Wed, Dec 17, 2014 at 2:22 PM, Yue, Cong > <[email protected]<mailto:[email protected]>> wrote: Hi > > I finally created VM and it seems work well. But for the administrator > menu,but I can not show the browser-embeded console, noVNC and Spice HTML5 > browser client. I am using firefox and chrome in Ubuntu 14.04 desktop OS. > Is there any setting or requirements for the browser-embeded console viewer? > > html5 support is all you need iirc > > And install the CA cert on your browser. > > > Also if I select other console options as native client, one .w file will be > downloaded, what is the recommendation to open these .w files with some > native viewer for Ubuntu 14.04 desktop? > > The file should be opened by virt-viewer (remote-viewer) > > > Thanks, > Cong > > > ________________________________ > This e-mail message is for the sole use of the intended recipient(s) and may > contain confidential and privileged information. Any unauthorized review, > use, disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply e-mail and destroy all copies > of the original message. If you are the intended recipient, please be > advised that the content of this message is subject to access, review and > disclosure by the sender's e-mail System Administrator. > > _______________________________________________ > Users mailing list > [email protected]<mailto:[email protected]> > http://lists.ovirt.org/mailman/listinfo/users > > > > > _______________________________________________ > > Users mailing list > > [email protected]<mailto:[email protected]> > > http://lists.ovirt.org/mailman/listinfo/users > > > ________________________________ > This e-mail message is for the sole use of the intended recipient(s) and may > contain confidential and privileged information. Any unauthorized review, > use, disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply e-mail and destroy all copies > of the original message. If you are the intended recipient, please be > advised that the content of this message is subject to access, review and > disclosure by the sender's e-mail System Administrator. _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

