Files area not working - Fresh Kolab 3.1 Install on CentOS 6.4
Andrew Wafaa
andrew at wafaa.eu
Wed Mar 19 14:52:44 CET 2014
On 19-03-2014 13:53, Eric Schirra wrote:
> Am 2014-03-19 12:02, schrieb Jochen Breuer (dajool):
>> Hi,
>>
>> did anyone find a solution for this? I'm having the same issue with my
>> fresh installation. Only difference: I had problems with the
>> setup-script not creating a amavisd.conf. But this is resolved now.
>
> Files in roundcube only work without ssl.
> in openSUSE 13.1 i do following:
>
Not true. You need to edit /etc/roundcubemail/kolab_files.inc.php and
s/http/https.
Once I changed that it works fine with ssl on openSUSE.
> So i change in /etc/roundcubemail/kolab.inc.php
>
> $rcmail_config['kolab_http_request'] = array();
> in
> $rcmail_config['kolab_http_request'] = array(
> 'ssl_verify_host' => true,
> 'ssl_verify_peer' => false,
> );
>
> And in /etc/roundcubemail/kolab-files.inc.php i change
>
> $config['kolab_files_url'] = 'https://' . $_SERVER['HTTP_HOST'] .
> '/chwala/';
> in
> 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/';
> }
>
>
> eRiC
>
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users
More information about the users
mailing list