Displaying 4 results from an estimated 4 matches for "verify_depth".
2016 Jun 17
3
tlsv1 alert unknown ca: SSL alert number 48
...ll 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:
$config['imap_conn_options'] = array(
'ssl' => array(
'verify_peer' => false,
'verify_peer_name' => false,
),
);
and this one t...
2016 Jun 16
4
tlsv1 alert unknown ca: SSL alert number 48
...ted 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 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
2018 Dec 02
0
Sieve broken after upgrade
...false;
// Connection scket context options
// See http://php.net/manual/en/context.ssl.php
// The example below enables server certificate validation
//$config['managesieve_conn_options'] = array(
// 'ssl' => array(
// 'verify_peer' => true,
// 'verify_depth' => 3,
// 'cafile' => '/etc/openssl/certs/ca.crt',
// ),
// );
$config['managesieve_conn_options'] = null;
// default contents of filters script (eg. default spam filter)
$config['managesieve_default'] = '/var/www/roundcube/config/global.si...