<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 class="">$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>