I have an Apache server with several named hosts that work fine for port 80 HTTP traffic. (VPS with a single unique IP address)
I have one domain that has SSL certificate, and this domain is configured to handle http and https traffic.
However, if someone accidentally adds https to the beginning of an un configured SSL URL, I get a typical certificate warning error (expected), and then, if the user accepts the error (depending on the browser), it displays the SSL site, which I configured instead of the source domain other than ssl.
I got a little familiar with SNI, but I do not have certificates for each of the other domains, and most likely the server will not respond to the SSL request for anything other than one specific domain or redirect to the http version of the site.
Suggestions, please, how I approach this.
Regards, Spencer
source share