Re: Implementing SSL with name based vhost

2008-12-12 Thread Ryan Fox
Eric Covener wrote: Those aren't name-based yet. If you had two on the same port, they'd have to share a single certificate and all their SSL settings. So you could say it's vacuously possible. I'm doing name based vhosts with SSL by using a wildcard certificate for *.example.com. All m

Re: Implementing SSL with name based vhost

2008-12-12 Thread Tom Evans
On Fri, 2008-12-12 at 13:56 +0100, Filip Sneppe wrote: > Hi, > > You'll need a SNI-capable mod_gnutls if you want to do this. > > Check out this link for some more info: > > http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/ > > Regards, > Filip In a

Re: Implementing SSL with name based vhost

2008-12-12 Thread Filip Sneppe
Hi, You'll need a SNI-capable mod_gnutls if you want to do this. Check out this link for some more info: http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/ Regards, Filip On Thu, Dec 11, 2008 at 10:00 PM, Vijay wrote: > Eric, > > That really helps.

Re: Implementing SSL with name based vhost

2008-12-11 Thread Vijay
Eric, That really helps. Thanks for the explanantion. -Vijay On Thu, Dec 11, 2008 at 2:33 PM, Eric Covener wrote: > On Thu, Dec 11, 2008 at 3:30 PM, Vijay wrote: > > Thanks Eric, > > > > Sorry i did not get it.. > > You said "Those aren't name-based yet".. > > what would make them name based

Re: Implementing SSL with name based vhost

2008-12-11 Thread Eric Covener
On Thu, Dec 11, 2008 at 3:30 PM, Vijay wrote: > Thanks Eric, > > Sorry i did not get it.. > You said "Those aren't name-based yet".. > what would make them name based? > > > My aim is to use name based ssl vhosts listening on multiple ports. > (we are not able to use IP based hosts since sitemind

Re: Implementing SSL with name based vhost

2008-12-11 Thread Vijay
Thanks Eric, Sorry i did not get it.. You said "Those aren't name-based yet".. what would make them name based? My aim is to use name based ssl vhosts listening on multiple ports. (we are not able to use IP based hosts since siteminder does not have capability to ignore hosts with IPaddress) -

Re: Implementing SSL with name based vhost

2008-12-11 Thread Eric Covener
On Thu, Dec 11, 2008 at 2:47 PM, Vijay wrote: > Hi all, > > We are trying to implement SSL & SSO (siteminder) on our Apache2.0.55. > We have some restrictions with IP based vhosts, so we are trying to use name > based vhosts (with SSL) > > Is it possible to have multiple name based vhosts listenin

Implementing SSL with name based vhost

2008-12-11 Thread Vijay
Hi all, We are trying to implement SSL & SSO (siteminder) on our Apache2.0.55. We have some restrictions with IP based vhosts, so we are trying to use name based vhosts (with SSL) Is it possible to have multiple name based vhosts listening on different ports for SSL something like: Each ssl.conf