Roundcube Community Forum

 

SSL not working with alternate subject name

Started by oculos, July 14, 2024, 06:37:08 AM

Previous topic - Next topic

oculos

Hi,

I have configured multi-domain so that I have an alternative configuration for another host. It is basically the same host, but with a cname. Like this:

main host: mail.domaina.com
alternate host: mail.domainb.com

on my domainb_config.inc.com I have

$config['imap_host'] = 'ssl://mail.domainb.com';
Somehow it is not working. It is timing out. When using a mail client, it works pretty well, but Roundcube seems to be struggling with the fact that mail.domainb.com is on the Subject Alternative Name of the certificate, and not the common name.

Is there a workaround for this? This is not so important as it is the same host as domaina.com, so I can just point to that one.