<div dir="ltr"><div class="gmail_extra" style>Hi</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>I have installed Opennebula 4.0.1 and Oneapps 3.9.80 (I don't see a 4.0 or 4.0.1 version of this).  I have installed the appmarket as per the instructions.  The appmarket service and  mongo is up and running.  I can see the market database files (same size as the test database).</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Clicking on the refresh button on the Opennebula Appmarket page gives an entry in the appmarket-server.error log:</div><div class="gmail_extra" style>
127.0.0.1 - - [06/Jun/2013 15:01:30] "GET /appliance HTTP/1.1" 200 42 0.0099<br></div><div class="gmail_extra" style>Clicking on the Import button does nothing.</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>
I have defined AppMarket to run under a reverse ssh Apache2 proxy.  The Sunstone part works but I am not sure if I can do it as follows?</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style><div class="gmail_extra">
<VirtualHost _default_:443></div><div>    ...</div></div><div class="gmail_extra" style>    <Location /><br></div><div class="gmail_extra" style><div class="gmail_extra">      RequestHeader set SSL_CLIENT_S_DN "%{SSL_CLIENT_S_DN}s"</div>
<div class="gmail_extra">      RequestHeader set SSL_CLIENT_I_DN "%{SSL_CLIENT_I_DN}s"</div><div class="gmail_extra">      RequestHeader set SSL_SERVER_S_DN_OU "%{SSL_SERVER_S_DN_OU}s"</div><div class="gmail_extra">
      RequestHeader set SSL_CLIENT_VERIFY "%{SSL_CLIENT_VERIFY}s"</div><div class="gmail_extra">      RequestHeader set SSL_CLIENT_CERT "%{SSL_CLIENT_CERT}s"</div><div class="gmail_extra"><br></div><div class="gmail_extra">
      ProxyPass        <a href="http://localhost:9869/">http://localhost:9869/</a></div><div class="gmail_extra">      ProxyPassReverse <a href="http://localhost:9869/">http://localhost:9869/</a></div><div class="gmail_extra">
    </Location></div><div class="gmail_extra">    <Location /market/></div><div class="gmail_extra">      ProxyPass        <a href="http://localhost:6242/">http://localhost:6242/</a></div><div class="gmail_extra">
      ProxyPassReverse <a href="http://localhost:6242/">http://localhost:6242/</a></div><div class="gmail_extra">    </Location></div><div class="gmail_extra"></VirtualHost></div><div class="gmail_extra"><br></div>
<div class="gmail_extra" style><br></div><div class="gmail_extra"><br></div><div><br></div></div></div>