On Mar 3, 2018, at 05:03, ɹןʇnqן, lbutler+roundcube@covisp.net wrote:
It was previously set to, IIRC, /etc/ssl/certs/something
Close. It was set (and is again set to) /etc/ssl/cert.pem which is a link to /usr/local/share/certs/ca-root-nss.crt which contains 151 certs.
$config['imap_conn_options'] = array( 'ssl' => array( 'verify_peer' => true, 'verify_depth' => 3, 'cafile' => '/etc/ssl/cert.pem', ), );
Same error.
The only thing that seems to work is setting it up to not verify at all which seems less than ideal.