<div dir="ltr">Hi Rolandas,<div class="gmail_extra"><br><br><div class="gmail_quote">On 9 May 2013 13:50, Rolandas Naujikas <span dir="ltr"><<a href="mailto:rolandas.naujikas@mif.vu.lt" target="_blank">rolandas.naujikas@mif.vu.lt</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
I found that sunstone VNC console (noVNC) doesn't use secure websockets even if it is configured and an user is configured to use it. With vnc_proxy_support_wss=always it refuses to show, with vnc_proxy_support_wss=yes it uses only unsecured connection.<br>

</blockquote><div><br></div><div style>Could you try if this change fixes the problem?</div><div style><br></div><div style><div>diff --git a/src/sunstone/sunstone-server.rb b/src/sunstone/sunstone-server.rb</div><div>index 4934908..0bb8826 100755</div>

<div>--- a/src/sunstone/sunstone-server.rb</div><div>+++ b/src/sunstone/sunstone-server.rb</div><div>@@ -290,7 +290,7 @@ get '/config' do</div><div>     uconf = {</div><div>         :user_config => {</div><div>

             :lang => session[:lang],</div><div>-            :wss  => session[:wss],</div><div>+            :wss  => session[:vnc_wss],</div><div>         },</div><div>         :system_config => {</div><div>             :marketplace_url => $conf[:marketplace_url],</div>

<div><br></div></div><div> </div><div style>I have opened two tickets for the these bugs. Thank you for your great feedback</div><div style><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<br>
Also there are drawing problems in user configuration window (username -> Settings). If an user have some long values (for e.g. ssh keys) in custom attributes there is not enough space to display right buttons and no horizontal scrollbar appears. Also the user custom attributes overlaps with quotas data.<br>

</blockquote><div><br></div><div><a href="http://dev.opennebula.org/issues/2011">http://dev.opennebula.org/issues/2011</a> </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<br>
Default value for logo: ../images/opennebula-sunstone-<u></u>v4.0.png in sunstone-views.yaml doesn't honor reverse proxies. If I correct it to logo: images/opennebula-sunstone-v4.<u></u>0.png it looks correctly.<br></blockquote>

<div><br></div><div><a href="http://dev.opennebula.org/issues/2012">http://dev.opennebula.org/issues/2012</a></div></div><br>Cheers<br clear="all"><div><br></div>-- <br>Daniel Molina<br>
</div></div>