[RCU] roundcube and php 5.4.33: fgets(): SSL read operation timed out

2014-09-20 Thread Michael Grimm
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 o

Re: [RCU] roundcube and php 5.4.33: fgets(): SSL read operation timed out

2014-09-22 Thread Michael Grimm
On 22.09.2014, at 10:06, A.L.E.C 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 on >> I get the same error after upgrading php on a debian whee

Re: [RCU] SSL certificate woes with Roundcube 1.3 and PHP 5.6

2017-08-10 Thread Michael Grimm
Ralph Seichter wrote: > With Roundcube 1.3.0 and PHP 5.6.31, I keep seeing errors like the > following in my logs: > > Aug 10 11:00:31 myhost roundcube: <0ho1kdmf> IMAP Error: > Login failed for username from [ip-address]. Could not connect > to ssl://imap.some.domain:993: Unknown reason in > /v

Re: [RCU] SSL certificate woes with Roundcube 1.3 and PHP 5.6

2017-08-11 Thread Michael Grimm
Am 2017-08-10 20:21, schrieb Ralph Seichter: I verified that the peer name matches my $config['default_host'] = 'ssl://imap.some.domain'; entry, and I also tested your 'peer_name' => 'imap.some.domain' suggestion, but still no workee. I had had to install FreeBSD's ca_root_nss port [1]