Re: virtual host setup with same certificates

1999-07-22 Thread Nick Temple
I used a cert with *.commercestore.com. This worked for me. You then need to make a virtualhost for both ports 443 and 80 for each domain. The setup varies between ben_ssl and mod_ssl, and there may be a few other variations. Check the docs that came with your "ssl" add-on. Nick At 11:26 AM

Re: virtual host setup with same certificates

1999-07-21 Thread morgan
Doh! I didn't mean name based, brain fart there. Each host has its own ip#. All https requests are sent from the 'main' server(the actual ip# of the machine and its corresponding pages), but http works fine. Sorry for the brain fart there. Any ideas? :) Morgan ___

Re: virtual host setup with same certificates

1999-07-20 Thread Holger Reif
Steven J Sobol schrieb: > > On Wed, Jul 21, 1999 at 09:27:09AM +1200, Juergen Rensen wrote: > > > When a SSL connection is established, the server will only see the IP > > address (or IP/Port address), therefore the https request is always > > resolved to be for your "main" server. > > I have n

Re: virtual host setup with same certificates

1999-07-20 Thread Michael
On Tue, 20 Jul 1999, Steven J Sobol wrote: > On Wed, Jul 21, 1999 at 09:27:09AM +1200, Juergen Rensen wrote: > > > When a SSL connection is established, the server will only see the IP > > address (or IP/Port address), therefore the https request is always > > resolved to be for your "main" se

Re: virtual host setup with same certificates

1999-07-20 Thread Steven J Sobol
On Wed, Jul 21, 1999 at 09:27:09AM +1200, Juergen Rensen wrote: > When a SSL connection is established, the server will only see the IP > address (or IP/Port address), therefore the https request is always > resolved to be for your "main" server. I have no experience with named SSL virtual hos

Re: virtual host setup with same certificates

1999-07-20 Thread Michael Stroeder
morgan wrote: > > I set up some name based virtual hosts on a linux machine with apache. > [..] > The virtual host part > works fine for all 3, however if I go to https://blah.company.com it > serves up the document root pages for www.company.com instead!??!?! IMHO you can't use name based virtu

RE: virtual host setup with same certificates

1999-07-20 Thread Juergen Rensen
When a SSL connection is established, the server will only see the IP address (or IP/Port address), therefore the https request is always resolved to be for your "main" server. You can either configure multiple IP addresses or different IP address/Port combinations for multiple SSL sites on th