<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<br><br>I've added some code inside kolab_files.inc.php<br><br><?php<br><br>// URL of kolab-chwala installation<br><b>if ($_SERVER['SERVER_PORT'] == '443'){<br>        $config['kolab_files_url'] = 'https://' . $_SERVER['HTTP_HOST'] . '/chwala/';<br>} elseif ($_SERVER['SERVER_PORT'] == '80'){<br>        $config['kolab_files_url'] = 'http://' . $_SERVER['HTTP_HOST'] . '/chwala/';<br>}</b><br>// URL of kolab-chwala installation<br><br>// List of files list columns. Available are: name, size, mtime, type<br>$config['kolab_files_list_cols'] = array('name', 'mtime', 'size');<br><br>// Name of the column to sort files list by<br>$config['kolab_files_sort_col'] = 'name';<br><br>// Order of the files list sort<br>$config['kolab_files_sort_order'] = 'asc';<br><br>?><br><br>This provides me acced to chwala from http and https.<br><br>I hope this is what you are looking for.<br><br>Regards.<br><br>Manel<br><br><div>> Date: Mon, 18 Nov 2013 08:31:07 +0100<br>> From: thom_zieg@live.de<br>> To: users@lists.kolab.org<br>> Subject: Re: Kolab 3.1 SSL Chwala and Free-Busy<br>> <br>> Hi Josh,<br>> <br>> I'm quite new to this, so take it with a little caution, but my findings <br>> for enabling https on 3.1 are:<br>> <br>> 1. There is a setting in /etc/roundcubemail/defaults.inc.php named <br>> force_https to set to true<br>> 2. In two of the files in /etc/roundcubemail there is a http-URL <br>> hardcoded,  in kolab_files.inc.php and kolab.inc.php<br>> <br>> This changes made https work for me (except the /chwala direct entry, <br>> which shows some other error I've already seen in the bug database, but <br>> roundcube Files are working fine).<br>> <br>> Thomas<br>> _______________________________________________<br>> users mailing list<br>> users@lists.kolab.org<br>> https://lists.kolab.org/mailman/listinfo/users<br></div>                                     </div></body>
</html>