Re: Mutliple sites needing to communicate over SSL on one IIS server
From: Jay Hulslander (jdh34_at_cornell.edu.REMOVETHIS)
Date: 01/12/05
- Next message: Tom Kaminski [MVP]: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Previous message: Darren: "Virtual Web Servers"
- In reply to: Tom Kaminski [MVP]: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Next in thread: Tom Kaminski [MVP]: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Reply: Tom Kaminski [MVP]: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Reply: Kristofer Gafvert: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 Jan 2005 10:18:57 -0500
Thanks, that would be my problem. Is there a reason IIS does not support
host header differentiation with SSL (443) port requests, much like they do
with port 80?
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:e9PPXTL%23EHA.1296@TK2MSFTNGP10.phx.gbl...
> "Jay Hulslander" <jdh34@cornell.edu.REMOVETHIS> wrote in message
> news:cs3ci5$rm5$1@news01.cit.cornell.edu...
> > Hello, I need help setting up IIS to manage two sites that need to
> > comunicate over SSL. Here is an example:
> > https://www.apps.com
> > https://www.resources.com
> >
> > Certain pages on the apps site references images, for example, that are
> > hosted on the resources site.
> >
> > I have the two sites set up. I have the two sites set up with the
proper
> > host header information.
> > When I go to an SSL secured page on the apps site, it works fine. No
> > certificate errors. When I got to an SSL secured page on the apps site
> that
> > reference a secured image on the resouces site, I get a security alert
> > stating the following. "The name on the security certificate is invalid
> or
> > does not match the name of the site." I checked the certificates
> installed
> > to each site, and appear to be correct. My best guess is that when an
SSL
> > request comes for the resources site, IIS is returnin the certificate
from
> > the apps site. I tried setting up a non standard SSL port on the
> resources
> > site, it made no difference.
> >
> > How can I properly setup this situation?
>
> SSL requires that each web site have its own IP address. You cannot use
> Host Headers alone to distinguish the sites.
>
>
- Next message: Tom Kaminski [MVP]: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Previous message: Darren: "Virtual Web Servers"
- In reply to: Tom Kaminski [MVP]: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Next in thread: Tom Kaminski [MVP]: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Reply: Tom Kaminski [MVP]: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Reply: Kristofer Gafvert: "Re: Mutliple sites needing to communicate over SSL on one IIS server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|