Multiple Web Hosting Problems

From: MCTrainer (anonymous_at_discussions.microsoft.com)
Date: 03/14/04


Date: Sun, 14 Mar 2004 05:15:31 -0800

Maybe you won't need to make host headers work because of
the SSL issue you create while attempting to do so . . .

About Certificates:

1. You cannot use SSL and Host Headers together because
the header is still encrypted at the point it needs to be
read. ( I found a technet article on this a year ago when
I needed 4 SSL sites on an application server I was
setting up )

2. If you need multiple sites with SSL on one or both, you
need multiple public IP's . . .eliminating the need for
host headers.

3. SSL certificates have to be acquired with the exact URL
of the site imbedded in them, so one certificate can only
be used for one site.

4. Its pretty easy to export / import the certificates
with the "certificates" snap-in. When looking for the
certificate on the Windows 2000 computer, when adding the
snapin, first try looking under "user" / "personal" while
logged in with the admin account that would have installed
the certificate in the first place.

>-----Original Message-----
>Hi,
>
>I am trying with great difficulty to host multiple Web
>sites on SBS 2003 Premium on a 2 Nic Dell Poweredge
>Server with no router. So far I have done a fresh install
>and sucessfully installed SQL, ISA, the ISA patch, the
>sharepoint patch, run the Internet connection Wizard, run
>the remote access wizard. Remote access is configured
>using my IP address and when tested successfully works.
>
>Using an external dial up PC I can go to
>https://MyIP/remote and log in to remote web workplace
>successfully.
>
>Using an external dial up PC I can go to http://MYIP/ and
>I can display the "Welcome to Windows Small Business
>Server 2003. To get started, click a link" template.
>
>I have a domain name registered with a domain name
>company and pointing to my server IP address. I have set
>up a Web site in IIS using host headers. I did this by
>setting the New Web site up IIS with my Internal IP
>address 192.168.16.2, TCP Pot 80 and under the Advanced
>section I specified the Host Header using my domain name.
>In this web site I set up default.htm document with a
>Hello World HTML page. When I go to my domain name
>(http://mydomainname.com) the Hello Web page screen
>appears - however if i make a sub directory with
>further .htm web pages I find i cannot reach them. ie I
>can view http://www.mydomainname.com/default.htm but I
>cannot view http://www.mydomainname/test/test.htm
>
>This strikes is very strange. But it gets better.
>
>I have also had a simailar problem with htm Web pages
>within the Default Web site. As mentioned above I can
>view the default.htm file by going to http://myip/ and
>see the "Welcome to Windows Small Business Server 2003.
>To get started, click a link" template. I have renamed
>the default file and modified the HTML of default.htm and
>I can see my changes so I know at least something is
>working. However if I put a test.htm file into the root I
>cannot view it. ie test.htm file into c:\Inetpub\WWWroot.
>However I can view htm files in the c:\Inetpub\www\images
>folders. If I stick my test.htm web page in the
>c:\Inetpub\www\images I can view it by going to
>http://myip/images/test.htm and it works. If I make my
>own folder under c:\Inetpub\www\test and stick the htm
>file in it I cannot view it ("This Page Cannot be
>Displayed").
>
>I am very confused as to why this is happening and
>generally how to host multiple Web site in SBS 2003
>Premium. What am I missing here???
>
>On top of this I have an existing SSL Thawte certificate
>which I hope to transfer from my old server to SBS 2003
>Premium. Am I correct in saying that when hosting
>multiple Web sites only "ONE" SSL certificate can be
>used. I have yet to tackle this but would like some
>advice on this. I assume that the SSL cert has to be set
>up with default web site somehow? Any advice on how to
>import an existing certicate? do I use certificate Server
>under MMC or do it somehow else.
>
>Any tips on solving multiple web site publishing would be
>much appreciated.
>
>Michael
>.
>



Relevant Pages

  • Re: Publish SSL Web Server behind SBS2003
    ... > How to configure a certificate for use with a Web publishing rule in ISA ... > Server 2004 ... > RWW/OWA for SSL encryption. ... Right click the SSL Web Site and click Properties. ...
    (microsoft.public.windows.server.sbs)
  • RE: can I create a new certificate on ISA 2004/SBS 2003
    ... by default the SSL website such as OWA/RWW is bound to ... the predefined certificate issued by the CEICW Wizard. ... expand the Web Sites node and click the SSL Web Site. ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)
  • RE: configuring ssl certificate in multiple website
    ... We can perform follow steps to configure one SSL web site: ... Prepare certificate for this SSL web site ... IIS SSL Configuration Component ...
    (microsoft.public.windows.server.sbs)
  • Re: 2 SSL certs for 1 IIS site?
    ... Andrew, this is not completely accurate, not only each SSL certificate needs ... per web site, no matter how many IP addresses that web site has. ... > certificate can be installed on Server A and Server B for each of the owa ...
    (microsoft.public.inetserver.iis.security)
  • Re: Web server and stand alone CA root on the same machine
    ... SSL doesn't work with host headers. ... > The SSL does not work while I am trying for a web site ... >>Microsoft Product Support Services ...
    (microsoft.public.inetserver.iis.security)

Loading