Displaying 4 results from an estimated 4 matches for "imap_conn_opt".
2016 Jun 17
3
tlsv1 alert unknown ca: SSL alert number 48
I have tried all the suggestions up till now but the error message is still
there.
I have tried this configuaration for roundcube:
$config['imap_conn_options'] = array(
'ssl' => array(
'peer_name' => '<FQDN_OF_DOVECOT_CERTIFICATE>',
'verify_peer' => true,
'verify_depth' => 3,
// 'cafile' => '/dont/need/to/set/this/option',
),
);
and this one:...
2016 Jun 16
4
tlsv1 alert unknown ca: SSL alert number 48
...lp would me much
> > appreciated.
> >
> > Regards,
> > Maurizio
>
> This could mean that the client has indicated it was unable to verify the server's certificate.
>
> With regards to Roundcube, see this in config/defaults.inc.php:
>
> //$config['imap_conn_options'] = array(
> // 'ssl' => array(
> // 'verify_peer' => true,
> // 'verify_depth' => 3,
> // 'cafile' => '/etc/openssl/certs/ca.crt',
> // ),
> // );
>
>
2016 Jun 18
3
tlsv1 alert unknown ca: SSL alert number 48
The version of Roundcube I am using is 0.9.5+dfsg1-4.1
2016 Jun 15
2
tlsv1 alert unknown ca: SSL alert number 48
Hi,
I have set up a mail server with postfix+dovecot 2.2.13 on my raspberry pi
running Raspbian Jassie OS.
Now I would like to add an on-line e-mail client like Squirrelmail or
Roundcube. I was able to start up these two clients but when I try to login
I get this error message in the dovecot log:
tlsv1 alert unknown ca: SSL alert number 48
But I have inserted the self-signed certificate and