Hi Mike, you wrote: > I realize this is off-topic, although the end result will be related to > ColdFusion. I am having trouble getting two sites working on IIS. The > server is running Windows Server 2003 Enterprise w/ SP1. > > I have two web sites setup: > > ... snip ... > > I need to have SSL and basic authentication set on both sites. When I > attempt to start both sites, www.domain.com starts fine. The second site > however will not start as it complains about various things (depending upon > the settings I am toying with). If the SSL port set on site2 is the same as > www.domain.com it gives an error pertaining to that. >
You cannot have two different SSL sites n the same IP address as everything is encrypted by the SSL, even the hostname in the initial connection, so IIS cannot work out what site is being connected to. You need to use differing IP addresses. HTH Kym K ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259727 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

