In my tests If "verify_peer'  => false," the authentication always
fails, the configuration I sent was the solution to get the new version
working.

Cheers,
Nuno

On Mon, 2020-01-06 at 18:25 -0700, @lbutlr wrote:
> On 06 Jan 2020, at 07:12, Nuno Dias <nd...@lip.pt> wrote:
> > $config['smtp_conn_options'] = array(
> >   'ssl'         => array(
> >     'verify_peer'  => true,
> >     'verify_depth' => 3,
> >     'cafile'       => '/etc/pki/tls/certs/cafile.crt',
> >   ),
> > );
> 
> I have:
> 
> $config['imap_conn_options'] = array(
>   'ssl' => array(
>      'verify_peer'  => false,
>      'verify_depth' => 0,
>    ),
> );
> 
> Since my attempts to get RC1.3 (or maybe 1.2?) to work with my LE
> certs  failed entirely.
> 
> 
> 
> 
-- 
Nuno Dias <nd...@lip.pt>
LIP

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to