Hello, When I connect to the roundcube webmail of the main site https://servername.xxx/webmail the system uses the wrong certificate, it seems to pick the certificate of the first active website (in alphabetical order) with the SSL option turned on. How could I modify (if possible) this behaviour using the ISPconfig web interface? Thanks
The URL for webmail on ISPConfig is normally https://server.yourdomain.tld:8081/webmail What you see is that apache and nginx must show you the first site in alphabet if there is no matching website.
Alright, Thanks for your quick response. It works, but I noticed that for some sites hosted on my server I can access the webmail using https://hostedsite.tld/webmail, but for some other this subdomain is not active. Do you know why? Thanks in advance.
It depends on various settings of the site, e.g. if a site is secured by a chroot, this global alias will not work. Therefore I recommend to only use to access it via apps vhost, the webmail button in ISPConfig GUI in the mailbox list is also configured to use apps vhost in recent versions. If your system uses a different URL for webmail when clicking on that button, then you can change the URL for the button under System > Interface > main config
Many thanks. I found that for the site where the alias didn't work, I had some special redirect. Thanks a lot.
Sorry, last detail: if I access http://server.yourdomain.tld:8081/webmail (NOSSL) the sites works. I'd prefer it automatically turn on https or at least disable unsecure connections. Is it possible from ISPConfig GUI?