Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-03 Thread Sheryl
On Tue, Dec 1, 2009 at 3:48 PM, Sheryl gubyd...@his.com wrote: To back up a moment, though -- another way to do this is to define multiple IPs on the network card and run multiple instances of apache, each with different config files.  We run 20 or more on some of our production servers.

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-03 Thread Sheryl
Brian wrote: To back up a moment, though -- another way to do this is to define multiple IPs on the network card and run multiple instances of apache, each with different config files. [snip] That's only if he has multiple IP addresses available on the network, right? If we assume this is

RE: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Boyle Owen
-Original Message- From: J. Bakshi [mailto:joyd...@infoservices.in] Sent: Tuesday, December 01, 2009 8:20 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] how to get multiple SSL with name based vhost ? ... Thanks for your nice explanatory response. The server where

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread J. Bakshi
Boyle Owen wrote: -Original Message- From: J. Bakshi [mailto:joyd...@infoservices.in] Sent: Tuesday, December 01, 2009 8:20 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] how to get multiple SSL with name based vhost ? ... Thanks for your nice explanatory response

RE: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Boyle Owen
-Original Message- From: J. Bakshi [mailto:joyd...@infoservices.in] Sent: Tuesday, December 01, 2009 10:53 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] how to get multiple SSL with name based vhost ? ... Thank for your response. your assumption is correct. I am

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread J. Bakshi
Boyle Owen wrote: -Original Message- From: J. Bakshi [mailto:joyd...@infoservices.in] Sent: Tuesday, December 01, 2009 10:53 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] how to get multiple SSL with name based vhost ? ... Thank for your response. your assumption

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Peter Schober
* Boyle Owen owen.bo...@six-group.com [2009-12-01 10:08]: Krist explained it very nicely... But maybe you still didn't get it: Without SNI, there is NO WAY TO DO THIS. It is a fundamental limitation of the HTTPS protocol with no production-grade work-around. SNI (server-name indication) was

RE: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Boyle Owen
-Original Message- From: Peter Schober [mailto:peter.scho...@univie.ac.at] Sent: Tuesday, December 01, 2009 12:40 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] how to get multiple SSL with name based vhost ? * Boyle Owen owen.bo...@six-group.com [2009-12-01 10:08

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Peter Schober
* Boyle Owen owen.bo...@six-group.com [2009-12-01 14:51]: However, at least he now has an alternative... Would you mind helping him out with it? http://markmail.org/message/yr52ptnpgbocgvad cheers, -peter - The official

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Krist van Besien
You seem to be a bit confused about how to configure name based virtual hosts.. On Tue, Dec 1, 2009 at 10:53 AM, J. Bakshi joyd...@infoservices.in wrote: ` ` ` ` Listen 443 NameVirtualHost  example1.de:443 VirtualHost  example1:443 SSLEngine on SSLCipherSuite HIGH:MEDIUM SSLProtocol

RE: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Sheryl
Krist explained it very nicely... But maybe you still didn't get it: Without SNI, there is NO WAY TO DO THIS. It is a fundamental limitation of the HTTPS protocol with no production-grade work-around. SNI (server-name indication) was specifically added to address this limitation. There is

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Brian Mearns
On Tue, Dec 1, 2009 at 3:48 PM, Sheryl gubyd...@his.com wrote: Krist explained it very nicely... But maybe you still didn't get it: Without SNI, there is NO WAY TO DO THIS. It is a fundamental limitation of the HTTPS protocol with no production-grade work-around. SNI (server-name indication)

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Roger
On Tue, Dec 1, 2009 at 3:48 PM, Sheryl gubyd...@his.com wrote: To back up a moment, though -- another way to do this is to define multiple IPs on the network card and run multiple instances of apache, each with different config files.  We run 20 or more on some of our production servers. You

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Eric Covener
On Tue, Dec 1, 2009 at 4:05 PM, Roger rno...@gmail.com wrote: On Tue, Dec 1, 2009 at 3:48 PM, Sheryl gubyd...@his.com wrote: To back up a moment, though -- another way to do this is to define multiple IPs on the network card and run multiple instances of apache, each with different config

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread J. Bakshi
Krist van Besien wrote: You seem to be a bit confused about how to configure name based virtual hosts.. On Tue, Dec 1, 2009 at 10:53 AM, J. Bakshi joyd...@infoservices.in wrote: ` ` ` ` Listen 443 NameVirtualHost example1.de:443 VirtualHost example1:443 SSLEngine on

[us...@httpd] how to get multiple SSL with name based vhost ?

2009-11-30 Thread J. Bakshi
Dear list, I have multiple name based vhost at my remote server. If I followed the same configuration for SSL and it does not work. Even not found any code through google which acn do the job. I have found it is possible to define only one name based vhost with SSL support. Is there any

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-11-30 Thread J. Bakshi
J. Bakshi wrote: Dear list, I have multiple name based vhost at my remote server. If I followed the same configuration for SSL and it does not work. Even not found any code through google which acn do the job. I have found it is possible to define only one name based vhost with SSL

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-11-30 Thread Krist van Besien
On Tue, Dec 1, 2009 at 5:11 AM, J. Bakshi joyd...@infoservices.in wrote: Dear list, I have multiple name based vhost at my remote server.  If I followed the same configuration for SSL and  it does not work. Even not found any code through google which acn do the job.   I have found it is

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-11-30 Thread J. Bakshi
Krist van Besien wrote: On Tue, Dec 1, 2009 at 5:11 AM, J. Bakshi joyd...@infoservices.in wrote: Dear list, I have multiple name based vhost at my remote server. If I followed the same configuration for SSL and it does not work. Even not found any code through google which acn do the