Author Topic: managesieve TLS + php 5.6  (Read 3477 times)

Offline InvaderZim

  • Newbie
  • *
  • Posts: 1
managesieve TLS + php 5.6
« on: October 20, 2015, 08:02:46 AM »
Hi,

i can't use managesieve & TLS with php 5.6. It worked just nice with php 5.4.
I got rid of smtp/imap TLS errors but i can't get managesieve to run.

Dovecot/Sieve/TLS are working fine, i can connect with Thunderbird and Sieve 0.2.3h Addon.
It works with roundcube if i disable TLS

I already put this in my config (with the correct path)
$config['managesieve_conn_options'] = array(
   'ssl' => array(
         'verify_peer' => true,
         'verify_depth' => 3,
         'cafile' => '/etc/ssl/public/dovecot.pem',
         ),
);

But that didn't the trick

I got this error:
Code: [Select]
Oct 20 14:00:35 web dovecot[21134]: managesieve-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, TLS handshaking: SSL_accept() failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca: SSL alert number 48, session=<HW5tAogicwB/AAAB>
Any idea whats causing that problem?

I'm using a self-signed cert