I’m working on ASP.net MVC3 Web application on a dedicated Windows Server 2k8 running IIS7.
I have configured A record correctly on domain to resolve to this server. I have 1 main site and 2 other small application running on same server. I need to add SSL on all of this site.
While trying to add SSL I have to give separate IP address for each site in IIS7. But as soon as I configure it, site stops working.
One more thing, when I enter IP address directly on the web, it should open that site, but it is not resolving the request. I think if it resolves correctly then SSL issue will be solved, but not sure why IP is not resolving correctly and showing not found error.
It was the firewall issue, and of course with different domains/sub domains, you either need different SSL certificate or SSL certificate that support multiple domains/sub domains. And each of them need to be mapped to different IP addresses or at least different port on same IP.