Can't login to roundcube after upgrading from Kolab 3.3 to 3.4: problem with ssl cert?

Thomas Luft thomas at die-lufts.org
Thu Aug 6 18:18:25 CEST 2015


Am 06.08.2015 um 18:04 schrieb Thomas Spuhler:
> On Thursday, August 06, 2015 06:00:52 PM Thomas Luft wrote:
>> Hi everyone,
>>
>> after I upgraded to Kolab 3.4 I can't use roundcube any more. I can
>> access the IMAP server with Thunderbird, but ActiveSync, iRony and
>> Roundcube are not working at all.
> 
> Did you upgrade php as well? 5.6 may has a problem finding the certs?

Hi Thomas,
hi everyone,

yes, I upgraded php to 5.6 and read the changes but don't know where to
point the CApath. My certificates are at /etc/myssl/private|public and
linked to /etc/ssl/private|certs. So they should be where php expects them:

# php -r "print_r(openssl_get_cert_locations());"
Array
(
    [default_cert_file] => /usr/lib/ssl/cert.pem
    [default_cert_file_env] => SSL_CERT_FILE
    [default_cert_dir] => /usr/lib/ssl/certs
    [default_cert_dir_env] => SSL_CERT_DIR
    [default_private_dir] => /usr/lib/ssl/private
    [default_default_cert_area] => /usr/lib/ssl
    [ini_cafile] =>
    [ini_capath] =>
)

Do I have to concatenate the CACert chain file to my certificate?

Kind regards

Thomas


More information about the users mailing list