I'm using Windows 2008 Server and IIS7.
Suppose I have one SSL certificate for both foo.example.com and bar.example.com bound to port 443 of my server. I cannot change the certificate.
Suppose also that both foo.example.com and bar.example.com point to my server in DNS, and I cannot change the DNS settings.
Is there any way to configure IIS to reject all requests to https: //foo.example.com? (Requests to https: //bar.example.com should keep working.)