Kolab 3.1 SSL Chwala and Free-Busy
Manel Gimeno Zaragozá
magiza83 at hotmail.com
Tue Nov 19 16:37:52 CET 2013
Hello,
I've added some code inside kolab_files.inc.php
<?php
// URL of kolab-chwala installation
if ($_SERVER['SERVER_PORT'] == '443'){
$config['kolab_files_url'] = 'https://' . $_SERVER['HTTP_HOST'] . '/chwala/';
} elseif ($_SERVER['SERVER_PORT'] == '80'){
$config['kolab_files_url'] = 'http://' . $_SERVER['HTTP_HOST'] . '/chwala/';
}
// URL of kolab-chwala installation
// List of files list columns. Available are: name, size, mtime, type
$config['kolab_files_list_cols'] = array('name', 'mtime', 'size');
// Name of the column to sort files list by
$config['kolab_files_sort_col'] = 'name';
// Order of the files list sort
$config['kolab_files_sort_order'] = 'asc';
?>
This provides me acced to chwala from http and https.
I hope this is what you are looking for.
Regards.
Manel
> Date: Mon, 18 Nov 2013 08:31:07 +0100
> From: thom_zieg at live.de
> To: users at lists.kolab.org
> Subject: Re: Kolab 3.1 SSL Chwala and Free-Busy
>
> Hi Josh,
>
> I'm quite new to this, so take it with a little caution, but my findings
> for enabling https on 3.1 are:
>
> 1. There is a setting in /etc/roundcubemail/defaults.inc.php named
> force_https to set to true
> 2. In two of the files in /etc/roundcubemail there is a http-URL
> hardcoded, in kolab_files.inc.php and kolab.inc.php
>
> This changes made https work for me (except the /chwala direct entry,
> which shows some other error I've already seen in the bug database, but
> roundcube Files are working fine).
>
> Thomas
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20131119/9dcb1128/attachment.html>
More information about the users
mailing list