<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div id="yiv7722435574"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt;"><div id="yiv7722435574yui_3_13_0_ym1_1_1391291239287_11254">Hi,</div><div id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_16"><br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;background-color:transparent;font-style:normal;" id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_18">I am trying to setup nginx as HTTPS reverse proxy to sunstone as described in the OpenNebula3 book. I can get it to work up to the login screen but once logged I get the following error message from sunstone:</div><div
 id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_24" style="color:rgb(0, 0, 0);font-size:16px;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;background-color:transparent;
font-style:normal;"><br id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_28"></div><div id="yiv7722435574yui_3_13_0_ym1_1_1391291239287_11281" style="color:rgb(0, 0, 0);font-size:16px;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;background-color:transparent;font-style:normal;">It appears there was a server exception. Please check server's log.<br><br id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_34">Checking sunstone.log or sunstone.error does not show any error. Anyone knows what could be wrong?</div><div id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_31" style="color:rgb(0, 0, 0);font-size:16px;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;background-color:transparent;font-style:normal;"><br id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_38"></div><div id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_35" style="color:rgb(0, 0,
 0);font-size:16px;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;background-color:transparent;font-style:normal;">Below is my nginx server setup:</div><div id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_40" style="color:rgb(0, 0, 0);font-size:16px;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;background-color:transparent;font-style:normal;"><br id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_45"></div><div id="yiv7722435574yui_3_13_0_ym1_6_1391291239287_42" style="color:rgb(0, 0, 0);font-size:16px;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;background-color:transparent;font-style:normal;">upstream sunstone {<br>        server 127.0.0.1:9869;<br>}<br><br>server {<br>        listen 443;<br>        server_name
 sunstone-frontend;<br>        ssl on;<br>        ssl_certificate /etc/ssl/certs/sunstone.crt;<br>        ssl_certificate_key /etc/ssl/private/sunstone.key;<br>        location / {<br>                proxy_pass http://sunstone;<br>        }<br>}<br><br><br>Cheers,<br>ML<br><br></div></div></div></div></div></body></html>