IIS6 all websites displays another site when using https
        Posted  
        
            by Lisa
        on Server Fault
        
        See other posts from Server Fault
        
            or by Lisa
        
        
        
        Published on 2010-02-10T15:48:25Z
        Indexed on 
            2010/03/14
            18:05 UTC
        
        
        Read the original article
        Hit count: 966
        
I have the following websites set up in iis 6.
site1.com site2.com site3.com
Accessing site1 is via the address https://site1.com. Accessing site2 and site three should be through http.
When I try to access https://site2.com it displays the website of https://site1.com. How can I stop this. I either want an error or rediericting to the http site.
Any help would be great.
© Server Fault or respective owner