Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-18 Thread Norman Khine
Hello, OK, I have this working on FF. But I would like to now add an entry in the conf file for users who's browsers do not support SNI and was wondering how to generate this message? As per how-to ..If a user's browser does not support SNI then the first SSL site in the configuration file

Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-18 Thread Krist van Besien
On Feb 17, 2008 2:37 PM, Norman Khine [EMAIL PROTECTED] wrote: Now my issue is that everything seems to work OK for domain_one.com but everytime I try to access domain_two.com I get the certificate for the machine, that is server.ctr and not domain_two.ctr. This is not the case in

Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-18 Thread Krist van Besien
On Feb 18, 2008 11:25 AM, Norman Khine [EMAIL PROTECTED] wrote: For now, the next step is to figure out how to generate the message if the client does not support SNI. That's easy. If the client does not support SNI, it gets the first site. So the first site is where you put the information.

Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-18 Thread Norman Khine
OK, by first site I am presuming they get the first site's certificate, in this case the server.crt This is what is happening now! I have a virtual host entry __default with a certificate entry to server.crt What I can't see is how/where I put this message, without taking the user from one

[EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-17 Thread Norman Khine
Hello, I have some virtual hosts and would like to run SSL with different certificates on each. Having followed the following how-to, http://gentoo-wiki.com/HOWTO_Apache_with_Name_Based_Hosting_and_SSL and rebuilding apache with SNI support, I am having some issues in that domain2.com only

Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-17 Thread solprovider
What browser are you testing? The server may be working fine, but few browsers are SNI-capable. From the page you linked: Supported Browsers SNI has only recently gained support in browsers. The browsers that have been confirmed to support SNI by this author are: * Firefox 2.0.0.12 *

Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-17 Thread Norman Khine
I am testing this on FF 2.0.0.12 and Safari 3.0.3, I don't have access to IE7 ON FF I get the right certificate for domain_one, but on the second site I only get the test certificate of the server. Is there a way to test SNI that is working correctly. Thank you Norman [EMAIL PROTECTED] wrote:

Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-17 Thread Norman Khine
Eric Covener wrote: On Feb 17, 2008 8:37 AM, Norman Khine [EMAIL PROTECTED] wrote: Hello, I have some virtual hosts and would like to run SSL with different certificates on each. Having followed the following how-to, http://gentoo-wiki.com/HOWTO_Apache_with_Name_Based_Hosting_and_SSL and

Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-17 Thread Eric Covener
On Feb 17, 2008 8:37 AM, Norman Khine [EMAIL PROTECTED] wrote: Hello, I have some virtual hosts and would like to run SSL with different certificates on each. Having followed the following how-to, http://gentoo-wiki.com/HOWTO_Apache_with_Name_Based_Hosting_and_SSL and rebuilding apache with