Hello, I am trying to find a way to redirect my servers hostname to the webmail login so that if someone browses to https://myhost.domain.tld it goes to https://myhost.domain.tld:2096 does anyone know of a way to do this without throwing up a ssl error? I have attempted to do a redirect in /usr/local/apache/htdocs/index.html using a html redirect to https://myhost.domain.tld:2096 and it kind of works, if you enter myhost.domain.tld in your browser it will redirect to webmail but if you use https://myhost.domain.tld the browser blows an error "ERR_SSL_VERSION_OR_CIPHER_MISMATCH", perhaps there is a different way I have missed?