kolab_files: Authenticate error (Status: 404)

Henning henne.gwath at gmx.de
Thu Nov 21 14:08:25 CET 2013


Please note this additional information:

Error-message was:

PHP Error in /usr/share/php/HTTP/Request2/SocketWrapper.php (116): 
Unable to connect to ssl://localhost:443. Error: stream_socket_client() 
[function.stream-socket-client]: unable to connect to 
ssl://localhost:443 (Unknown error)
stream_socket_client() [function.stream-socket-client]: Failed to enable 
crypto
stream_socket_client() [function.stream-socket-client]: SSL operation 
failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate 
verify failed

After editing /etc/roundcubemail/kolab.inc.php as (options for 
HTTP_Request2):

$rcmail_config['kolab_http_request'] = array(
         'ssl_verify_peer'   => FALSE
);

error-message changed to:

PHP Error in 
/usr/share/roundcubemail/plugins/kolab_files/lib/kolab_files_engine.php 
(566): Authenticate error (Status: 404)

regards,
Henning

Am 21.11.2013 13:59, schrieb Henning:
> Hi!
>
> yesterday I started the update procedure on my kolab server to 3.1.
> After resolving some package dependency loops (self-caused I guess),
> kolab seems to work again.
>
> However roundcube throws errors, more precisely the kolab_files plugin:
>
> PHP Error in
> /usr/share/roundcubemail/plugins/kolab_files/lib/kolab_files_engine.php
> (566): Authenticate error (Status: 404)
>
> I see this message in the mail-content frame and on the files-tab in
> roundcube.
>
> I use a https-conection with self-signed certificate and had to disable
> certificate-verification in the Request2 php-module. Could this also
> have something to do with the certificate?
>
> Any help is appreciated.
>
> regards,
> Henning


More information about the users mailing list