We are using IIS8 and we are planning on hosting 2 secure sites on the same CMS (NopCommerce), as subdomains, on the same IIS instance. We has some issues figuring out the right configuration figured out. So I have a few questions about the configuration.
- We are going to try to use a wild card SSL cert under (*.mydomain.com) to make sure the SSL should work.
- Should the IP be specifically called out in the configuration or should 'All Unassigned' be the correct configuration the binding?
- We tried checking SNI for one of the subdomains and both, but it killed the site and bogged down IIS. Our assumption is to turn it off on both sites. Is this the correct assumption?
- Nop question specifically, we entered both subdomains into the admin panel, but it asks for the HOST, but if we put 'domain.com' as the host, the first site in the list resolves but if you switch the order, the other site resolves and the first one doesn't.
Should the HOST be the 'subdomain1.mydomain.com' and 'subdomain2.mydomain.com' ?
Thanks in advance for the help.