|
Related Topics:
| II6 - 2 websites - Hi! I have a cable modem with one static ip and a router and local network running. Now my I have two local lan IP addresses on the windows 2003 server bind to one netcard. My two websites show everyone to one local IP. Now I want that my..
how do i...websites - Hello, I was wondering how to create a new web site under the Web Sites folder. Under the same level as the Default Web Site as shown in the picture at the link below: Thanks in advance, ari
Two websites? - I am just getting into the finer point of website hosting. Can IIS host multiple websites? I will be using to ZoneEdit to point the DNS and a LinkSys ADSL router to bring the port 80 traffic to the Please advise. Allan Alberta, Canada
IIS - I can't add new Websites. - Gidday all, I just reboted my PC and all my hosted sites have from Console. I can't even add a new site. Is there anyway to fix this. Normally I can right click on IIS and have the option to "Add Web or FTP" but its gone. Cheers
iis websites, please help - Hi, I am a bit confused on a simple task really, We have an intranet here a small business server 2003, on IIS there is a Default Web Site with lots of virtual sites, for exchange, oma, remote admin etc, is working fine and is
|
|
|
Next: IIS: read and execute rights disappear
|
| Author |
Message |
External

Since: Nov 28, 2003 Posts: 19
|
(Msg. 1) Posted: Thu Jan 29, 2004 7:06 pm
Post subject: SSL + 2 websites Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Nov 28, 2003 Posts: 19
|
(Msg. 2) Posted: Thu Jan 29, 2004 7:10 pm
Post subject: Re: SSL + 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Make that > 2
Dave Karmens wrote:
> I have a few sites running off of one IIS 5.0 server, 1 IP address.
>
> Example:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.mysite1.com</font" target="_blank">http://www.mysite1.com</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.mysite2.com</font" target="_blank">http://www.mysite2.com</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.mysite3.com</font" target="_blank">http://www.mysite3.com</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="httpS://www.mysite4.com</font" target="_blank">httpS://www.mysite4.com</font</a>>
>
> NOW, when I type in:
> <a style='text-decoration: underline;' href="httpS://www.mysite1.com" target="_blank">httpS://www.mysite1.com</a> or <a style='text-decoration: underline;' href="httpS://www.mysite2.com" target="_blank">httpS://www.mysite2.com</a> or
> <a style='text-decoration: underline;' href="httpS://www.mysite3.com" target="_blank">httpS://www.mysite3.com</a> I am immediately redirected to
> <a style='text-decoration: underline;' href="httpS://www.mysite4.com" target="_blank">httpS://www.mysite4.com</a> even though non of those sites are have SSL setup.
>
> Something wrong in my setup?
>
> dk<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL + 2 websites |
|
| Back to top |
|
 |  |
External

Since: Jan 28, 2004 Posts: 23
|
(Msg. 3) Posted: Thu Jan 29, 2004 7:43 pm
Post subject: Re: SSL + 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You can't use host headers with SSL can you? The host information is still
encrypted when it reaches the server, so IIS has no idea where to send the
request.
"Dave Karmens" <dk_now_48.DeleteThis@HOTMAIL.COM> wrote in message
news:etk5Bvq5DHA.2008@TK2MSFTNGP10.phx.gbl...
> I have a few sites running off of one IIS 5.0 server, 1 IP address.
>
> Example:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.mysite1.com</font" target="_blank">http://www.mysite1.com</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.mysite2.com</font" target="_blank">http://www.mysite2.com</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.mysite3.com</font" target="_blank">http://www.mysite3.com</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="httpS://www.mysite4.com</font" target="_blank">httpS://www.mysite4.com</font</a>>
>
> NOW, when I type in:
> <a style='text-decoration: underline;' href="httpS://www.mysite1.com" target="_blank">httpS://www.mysite1.com</a> or <a style='text-decoration: underline;' href="httpS://www.mysite2.com" target="_blank">httpS://www.mysite2.com</a> or
> <a style='text-decoration: underline;' href="httpS://www.mysite3.com" target="_blank">httpS://www.mysite3.com</a> I am immediately redirected to
> <a style='text-decoration: underline;' href="httpS://www.mysite4.com" target="_blank">httpS://www.mysite4.com</a> even though non of those sites are have SSL setup.
>
> Something wrong in my setup?
>
> dk<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL + 2 websites |
|
| Back to top |
|
 |  |
External

Since: Nov 28, 2003 Posts: 19
|
(Msg. 4) Posted: Thu Jan 29, 2004 8:15 pm
Post subject: Re: SSL + 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ya, that's what I thought too. So as long as
<a style='text-decoration: underline;' href="http://www.mysite1.com,www.mysite2.com," target="_blank">www.mysite1.com,www.mysite2.com,</a> & <a style='text-decoration: underline;' href="http://www.mysite3.com" target="_blank">www.mysite3.com</a> are requested via
HTTP and *NOT* HTTPS, everything will be fine
Any other thoughts??
( Working on getting additional IPs )
Cheers,
DK
Dan Szepesi wrote:
> You can't use host headers with SSL can you? The host information is still
> encrypted when it reaches the server, so IIS has no idea where to send the
> request.
>
> "Dave Karmens" <dk_now_48.RemoveThis@HOTMAIL.COM> wrote in message
> news:etk5Bvq5DHA.2008@TK2MSFTNGP10.phx.gbl...
>
>>I have a few sites running off of one IIS 5.0 server, 1 IP address.
>>
>>Example:
>>http://www.mysite1.com
>>http://www.mysite2.com
>>http://www.mysite3.com
>>httpS://www.mysite4.com
>>
>>NOW, when I type in:
>>httpS://www.mysite1.com or <a style='text-decoration: underline;' href="httpS://www.mysite2.com" target="_blank">httpS://www.mysite2.com</a> or
>>httpS://www.mysite3.com I am immediately redirected to
>>httpS://www.mysite4.com even though non of those sites are have SSL setup.
>>
>>Something wrong in my setup?
>>
>>dk
>
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL + 2 websites |
|
| Back to top |
|
 |  |
External

Since: Aug 31, 2003 Posts: 103
|
(Msg. 5) Posted: Thu Jan 29, 2004 8:17 pm
Post subject: Re: SSL + 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You must have a dedicated IP. Host headers will not work. You must have a
SSL certificate for each web/IP.
Tom
"Dave Karmens" <dk_now_48 RemoveThis @HOTMAIL.COM> wrote in message
news:Ooh84Vr5DHA.2572@TK2MSFTNGP09.phx.gbl...
| Ya, that's what I thought too. So as long as
| www.mysite1.com,www.mysite2.com, & www.mysite3.com are requested via
| HTTP and *NOT* HTTPS, everything will be fine
|
| Any other thoughts??
|
| ( Working on getting additional IPs )
|
| Cheers,
| DK
|
| Dan Szepesi wrote:
| > You can't use host headers with SSL can you? The host information is
still
| > encrypted when it reaches the server, so IIS has no idea where to send
the
| > request.
| >
| > "Dave Karmens" <dk_now_48 RemoveThis @HOTMAIL.COM> wrote in message
| > news:etk5Bvq5DHA.2008@TK2MSFTNGP10.phx.gbl...
| >
| >>I have a few sites running off of one IIS 5.0 server, 1 IP address.
| >>
| >>Example:
| >>http://www.mysite1.com
| >>http://www.mysite2.com
| >>http://www.mysite3.com
| >>httpS://www.mysite4.com
| >>
| >>NOW, when I type in:
| >>httpS://www.mysite1.com or httpS://www.mysite2.com or
| >>httpS://www.mysite3.com I am immediately redirected to
| >>httpS://www.mysite4.com even though non of those sites are have SSL
setup.
| >>
| >>Something wrong in my setup?
| >>
| >>dk
| >
| >
| > >> Stay informed about: SSL + 2 websites |
|
| Back to top |
|
 |  |
External

Since: Nov 28, 2003 Posts: 19
|
(Msg. 6) Posted: Thu Jan 29, 2004 9:24 pm
Post subject: Re: SSL + 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Yes, that's what I thought. Thanks guys!
Tom Pepper Willett wrote:
> You must have a dedicated IP. Host headers will not work. You must have a
> SSL certificate for each web/IP.
>
> Tom
> "Dave Karmens" <dk_now_48 DeleteThis @HOTMAIL.COM> wrote in message
> news:Ooh84Vr5DHA.2572@TK2MSFTNGP09.phx.gbl...
> | Ya, that's what I thought too. So as long as
> | <a style='text-decoration: underline;' href="http://www.mysite1.com,www.mysite2.com," target="_blank">www.mysite1.com,www.mysite2.com,</a> & <a style='text-decoration: underline;' href="http://www.mysite3.com" target="_blank">www.mysite3.com</a> are requested via
> | HTTP and *NOT* HTTPS, everything will be fine
> |
> | Any other thoughts??
> |
> | ( Working on getting additional IPs )
> |
> | Cheers,
> | DK
> |
> | Dan Szepesi wrote:
> | > You can't use host headers with SSL can you? The host information is
> still
> | > encrypted when it reaches the server, so IIS has no idea where to send
> the
> | > request.
> | >
> | > "Dave Karmens" <dk_now_48 DeleteThis @HOTMAIL.COM> wrote in message
> | > news:etk5Bvq5DHA.2008@TK2MSFTNGP10.phx.gbl...
> | >
> | >>I have a few sites running off of one IIS 5.0 server, 1 IP address.
> | >>
> | >>Example:
> | >>http://www.mysite1.com
> | >>http://www.mysite2.com
> | >>http://www.mysite3.com
> | >>httpS://www.mysite4.com
> | >>
> | >>NOW, when I type in:
> | >>httpS://www.mysite1.com or <a style='text-decoration: underline;' href="httpS://www.mysite2.com" target="_blank">httpS://www.mysite2.com</a> or
> | >>httpS://www.mysite3.com I am immediately redirected to
> | >>httpS://www.mysite4.com even though non of those sites are have SSL
> setup.
> | >>
> | >>Something wrong in my setup?
> | >>
> | >>dk
> | >
> | >
> | >
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL + 2 websites |
|
| Back to top |
|
 |  |
External

Since: Aug 28, 2003 Posts: 617
|
(Msg. 7) Posted: Fri Jan 30, 2004 6:29 pm
Post subject: Re: SSL + 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Thu, 29 Jan 2004 16:06:23 -0500, Dave Karmens
<dk_now_48 RemoveThis @HOTMAIL.COM> wrote:
>I have a few sites running off of one IIS 5.0 server, 1 IP address.
>
>Example:
>http://www.mysite1.com
>http://www.mysite2.com
>http://www.mysite3.com
>httpS://www.mysite4.com
>
>NOW, when I type in:
>httpS://www.mysite1.com or <a style='text-decoration: underline;' href="httpS://www.mysite2.com" target="_blank">httpS://www.mysite2.com</a> or
>httpS://www.mysite3.com I am immediately redirected to
>httpS://www.mysite4.com even though non of those sites are have SSL setup.
>
>Something wrong in my setup?
>
>dk
Nothing wrong at all. Its working as expected. Read this KB article :
HTTP 1.1 Host Headers Are Not Supported When You Use SSL
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=187504" target="_blank">http://support.microsoft.com/?id=187504</a>
Regards,
Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: SSL + 2 websites |
|
| Back to top |
|
 |  |
|