Hi --
My setup: roundcube-1.0.2 + nginx-1.6.2 in a FreeBSD-10 jail. RC will connect to a recent dovecot server in another jail at the same host.
Recently, after upgrading php from 5.4.32 to 5.4.33 roundcube will refuse to connect to dovecot:
| roundcube: PHP Warning: fgets(): SSL read operation timed out in
| /...path2rc.../roundcube/program/lib/Roundcube/rcube_imap_generic.php on line 200
Recompiling every port involved and restarting both involved jails hasn't been successful. Only, reverting back to php 5.4.32 made RC work again.
Is anyone running into this as well? Any idea how to debug this?
Thanks and regards, Michael
Michael Grimm <trashcan@...> writes:
Recently, after upgrading php from 5.4.32 to 5.4.33 roundcube will refuse
to connect to dovecot:
| roundcube: PHP Warning: fgets(): SSL read operation timed out in
| /...path2rc.../roundcube/program/lib/Roundcube/rcube_imap_generic.php on
line 200
Hi,
I get the same error after upgrading php on a debian wheezy system to 5.4.33 via the dotdeb repository.
KR Thomas
On 09/22/2014 09:30 AM, thomas wrote:
| roundcube: PHP Warning: fgets(): SSL read operation timed out in
| /...path2rc.../roundcube/program/lib/Roundcube/rcube_imap_generic.php onI get the same error after upgrading php on a debian wheezy system to 5.4.33 via the dotdeb repository.
This might be a PHP issue, https://bugs.php.net/bug.php?id=41631
No problems with roundcube, php 5.4.33 and dovecot here (slackware)
On 20/09/2014 21:15, Michael Grimm wrote:
Hi --
My setup: roundcube-1.0.2 + nginx-1.6.2 in a FreeBSD-10 jail. RC will connect to a recent dovecot server in another jail at the same host.
Recently, after upgrading php from 5.4.32 to 5.4.33 roundcube will refuse to connect to dovecot:
| roundcube: PHP Warning: fgets(): SSL read operation timed out in | /...path2rc.../roundcube/program/lib/Roundcube/rcube_imap_generic.php on line 200
Recompiling every port involved and restarting both involved jails hasn't been successful. Only, reverting back to php 5.4.32 made RC work again.
Is anyone running into this as well? Any idea how to debug this?
Thanks and regards, Michael
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users [1]
On 22.09.2014, at 10:06, A.L.E.C alec@alec.pl wrote:
On 09/22/2014 09:30 AM, thomas wrote:
| roundcube: PHP Warning: fgets(): SSL read operation timed out in
| /...path2rc.../roundcube/program/lib/Roundcube/rcube_imap_generic.php onI get the same error after upgrading php on a debian wheezy system to 5.4.33 via the dotdeb repository.
This might be a PHP issue, https://bugs.php.net/bug.php?id=41631
Thanks. Reading all those related comments, it seems to be a PHP and not a RC issue: http://news.php.net/php.bugs/187641
Regards, Michael