Re: SSL and multiple websites
From: Karl Levinson [x y] mvp (levinson_k@excite.com)
Date: 10/28/02
- Next message: Juli: "SSL error"
- Previous message: Consultant®: "Re: SSL and multiple websites"
- In reply to: Consultant®: "Re: SSL and multiple websites"
- Next in thread: Michael Howard [MS]: "Re: SSL and multiple websites"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Karl Levinson [x y] mvp" <levinson_k@excite.com> Date: Mon, 28 Oct 2002 16:38:47 -0500
Actually, I believe it is one cert per name, not IP. Also, I understand you
may be able to purchase certs now for wildcards such as *.companyname.com,
although some clients such as [I think] Windows 2000? without SP1 may need a
patch or get a non-fatal but annoying error message when the site is
accessed.
It is true that host headers do not work with SSL, but you can still use one
cert to host multiple web sites, as long as the name is the same or includes
a wildcard. To do this, use different port numbers. For example,
https://www.company.com and https://www.company.com:444 are two different
sites using the same cert.
To make it easier for web site users, you can even set up folders on your
web server using host headers for different web sites that redirect to the
two sites above. For example, http://www.company.com can redirect users
immediately to https://www.company.com while http://www2.company.com and/or
http://www.anothercompany.com can be set up to immediately redirect users to
http://www.company.com:444
I believe www.iisfaq.com/ssl has all the info on this and more.
"Consultant®" <consultant_mcngp@yahoo.com> wrote in message
news:e$pM#zrfCHA.2232@tkmsftngp11...
> ssl does not work with host headers, it can only bind to the ip. you will
> need a separate ip and separate cert to host 2
>
>
> "JJ" <jazz2man@hotmail.com> wrote in message
> news:f3d201c27eb4$95f52800$37ef2ecf@TKMSFTNGXA13...
> > I have only 1 IP, and hosting 2 virtual websites
> > >-----Original Message-----
> > >one cert per ip
> > >
> > >
> > >"JJ" <jaz2man@hotmail.com> wrote in message
> > >news:a12101c27eb0$8495d130$39ef2ecf@TKMSFTNGXA08...
> > >> I have 2 websites within same domain (mycompany.com)
> > >> one website (site A) configured to host only
> > >> special.mycompany.com and all other URL will routed to
> > the
> > >> other (site B.
> > >> I obtain 1 SSL cert and installed on both websites (they
> > >> reside on the same IP)
> > >> but when I type https://speacial.mycompany.com I am
> > >> redirected to mycompany.com (site A)
> > >> Do I have to purchase two cert for two virtual websites?
> > >> Thanks for all info
> > >
> > >
> > >.
> > >
>
>
- Next message: Juli: "SSL error"
- Previous message: Consultant®: "Re: SSL and multiple websites"
- In reply to: Consultant®: "Re: SSL and multiple websites"
- Next in thread: Michael Howard [MS]: "Re: SSL and multiple websites"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|