I have setup a Debian LAMP server where I host multiple websites. As far as I know I can only use SSL on one of them, if I'd like to use SSL on two or more sites I'd have to add another IP - so far so good.
The problem is that whenever I type https://siteone.com
or https://sitetwo.com
it always displays the content from: https://siteone.com
. I'd rather it display some error message or something else but absolutely not to display my main site's content (which is where I want the SSL to work).
Note: my Debian web server uses ispconfig as it's control panel.