Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: oculos on July 14, 2024, 06:37:08 AM

Title: SSL not working with alternate subject name
Post by: oculos on July 14, 2024, 06:37:08 AM
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.