Can I bind two different hostnames (one.example.com , two.example.com) to a single secure site in IIS?
I have a wildcard certificate (self signed) *.example.com and I've used the adsutil tool to add the following SecureBindings
":443:one.example.com" ":443:two.example.com"
I've run the Microsoft SSLDiagnostics tool and it shows me the following message
"Site A and A have conflicting SecureBindings"
(where A is the id of my site).
when I try open the site IE tells me it cannot display the page, Firefox tells me connection interrupted while loading (when I use either of the hostnames)
I actually already have several sites using the same wildcard and have applied the ssl bindings to those using Adsutil, that works a treat each site gets a single ssl host binding.
This question is more specifically around a new scenario where I have two DNS entries which should both go to the same site.