Re: IIS 6.0, Host Headers and SSL

From: Bernard Cheah [MVP] (qbernard_at_hotmail.com.discuss)
Date: 10/20/05


Date: Thu, 20 Oct 2005 18:10:52 +0800

1) What are the url for the two sites?
2) What's the secure binding info for two sites ?

-- 
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://www.msmvps.com/bernard/
"Tymbow" <Tymbow@discussions.microsoft.com> wrote in message 
news:884CBFA2-50DA-4DFE-BB49-1AFD0B578708@microsoft.com...
>I have a client that for various reasons can only have one IP address,
> however they need to seperate SSL enabled web sites. I followed the 
> Technet
> Article at
> http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx.
>
> The wilcard certificate has been assigned to both web sitesand the IIS
> Metabase SecureBindings set with the correct SSL host header for each 
> site.
> All apppears to work correctly - requests go to the right site based on 
> the
> URL, and all are being encrypted correctly.
>
> The issue I have is that when IIS is restarted I get the following error 
> in
> the System event log:
>
> Source: W3SVC
> EventID: 1113
>
> One of the IP/Port combinations for site 'xxxxxxxxx' has already be
> configured to be used by another site.  The other site's SSL configuration
> will be used.
>
> Is this an indication of a problem (everything seems to work), or is it 
> just
> a hangover from the way SSL Host Headers were implemented in Windows 
> Server
> 2003 SP1?