<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all:<div><br></div><div>Recently, I test spice-xpi for firefox. I can connect to RHEVM User Portal. However, I cannot connect</div><div>remote vm using this test script :</div><div><br></div><div>-----</div><span class="Apple-style-span" style="font-family: Times; "><pre style="white-space: pre-wrap; "><font class="Apple-style-span" face="'Heiti TC'">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;SPICE Plugin Test&lt;/title&gt;
&lt;script type="text/javascript"&gt;
        function connectvm()
        {
                var ip = String("192.168.0.100");
                var sport = String("5890");
                var passwd = String("1234");</font></pre><pre style="white-space: pre-wrap; "><font class="Apple-style-span" face="'Heiti TC'"><span class="Apple-tab-span" style="white-space:pre">                </span>var channels = String("all");
                var spice = document.embeds[0];

                spice.hostIP = ip;
                spice.SecurePort = sport;</font></pre><pre style="white-space: pre-wrap; "><font class="Apple-style-span" face="'Heiti TC'"><span class="Apple-tab-span" style="white-space:pre">                </span>spice.SSLChannels = channels;
                spice.Password = passwd;
                spice.fullScreen = true;
                pluginobj.connect();
        }
&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
        &lt;p&gt;
            &lt;embed type="application/x-spice"&gt;
        &lt;button onclick='connectvm()'&gt;connect to VM&lt;/button&gt;
        &lt;/p&gt;
        &lt;p&gt;
                If the plugin is working correctly, a click on the button should open spice client.
        &lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</font></pre></span><div>-----</div><div>&nbsp;</div><div>When I run this test, I will get ssl error message :</div><div><br></div><div>RedPeer::connect_secure: Connected to 192.168.0.100 5890&nbsp;</div><div>RedPeer::connect_secure: SSL_CTX_load_verify_locations failed CA_file=/tmp/truststore.pem-RC3wk4</div><div>RedChannel::run SSL Error:</div><div>main: Spice client terminated (exitcode = 7)</div><div><br></div><div>However, I can connect to vm successfully using command line :</div><div><br></div><div>$ spicec -h 192.168.0.100 -s 5890 --secure-channels all -w 1234</div><div><br></div><div>Can someone help me? Thanks.</div><div><br></div><div><br></div><div><br><div><div><br></div>
<br></div></div></body></html>