<div dir="ltr">Hello,<div><br></div><div>I replaced port forwarding between my public host IP and VMs with nginx front end proxy. Everything is ok now. Just don't know why it lost session with previous setup.</div><div>
<br></div><div>regards,</div><div><br></div><div>AW</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-01-07 Alcor WALTER <span dir="ltr"><<a href="mailto:alcor.walter@gmail.com" target="_blank">alcor.walter@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hello,<br><br></div>I'm using a fresh Debian Wheezy install on a VM with routed IP/ports as I have only one IP with 443 port already used. I also use a signed certificate with everything on ssl. My only issue is with chwala service. I have made these modifications : <br>

<br></div>I add autority's pem (they signed with intermediate, not with root) to ca-certificates.crt<br></div>and add the following to /etc/roundcubemail/config.inc.php<br><div><div><pre>$config['kolab_http_request'] = array(
        'ssl_verify_peer'       => true,
        'ssl_verify_host'       => true,
        'ssl_cafile'            => '/etc/ssl/certs/ca-certificates.crt'
);</pre>then, i modifiy /etc/roundcubemail/kolab_files.inc.php to :<br><br>$config['kolab_files_url'] = 'https://' . $_SERVER['HTTP_HOST'] . '/chwala';<br><br></div><div>and perhaps other config modfications that i always tried to revert when it does not work.<br>

<br></div><div>I checked /var/log/chwala/sql and get some sql query with "null" session, so i check browser session : there is no x-roundcube-request header. I get a x-session header with null value.<br><br></div>

<div>As result, my chwala window is empty and UL/DL/VIEW/DEL icon are greyed. <br></div><div><br></div><div>Is there anything related with my setup or a misconfiguration ?<br></div></div></div>
</blockquote></div><br></div>