Re: Running with mutliple keys

2000-06-26 Thread Ralf S. Engelschall
On Sun, Jun 25, 2000, Mads Toftum wrote: AFAIK the TLS standard will be not changed for this. But there are drafts (or are they already final RFCs?) which describe an "upgrade mechanism" for HTTP connections which allows one to first send a plain HTTP request (including the Host: field),

Re: Running with mutliple keys

2000-06-25 Thread Mads Toftum
On Sat, Jun 24, 2000 at 10:55:17PM -0600, Balazs Nagy wrote: [SNIP] 2) The keys have to have same password. There should be no problem using different passwords. [SNIP] Some people on this list did experiment with passing the servername during the handshake. I haven't heard anyone

Re: Running with mutliple keys

2000-06-25 Thread Ralf S. Engelschall
On Sun, Jun 25, 2000, Mads Toftum wrote: [SNIP] 2) The keys have to have same password. There should be no problem using different passwords. Yes, mod_ssl recognizes this automatically and re-uses the pass-phrase. So even if one have multiple keys encrypted with the same pass-phrase one

Re: Running with mutliple keys

2000-06-25 Thread Thomas A. Halter
Ralf, When I set them up that way, the 2nd one is always answered with the key for the first, causing a signature warning on the browser. How do I avoid that? IS there something special I have to do with the crt's? keys? I've run several normal vhosts without incident or problem, it is

Re: Running with mutliple keys

2000-06-25 Thread Ralf S. Engelschall
On Sat, Jun 24, 2000, Thomas A. Halter wrote: When I set them up that way, the 2nd one is always answered with the key for the first, causing a signature warning on the browser. How do I avoid that? IS there something special I have to do with the crt's? keys? I've run several

Re: Running with mutliple keys

2000-06-25 Thread Mads Toftum
On Sun, Jun 25, 2000 at 03:16:00PM +0200, Ralf S. Engelschall wrote: AFAIK the TLS standard will be not changed for this. But there are drafts (or are they already final RFCs?) which describe an "upgrade mechanism" for HTTP connections which allows one to first send a plain HTTP request

Re: Running with mutliple keys

2000-06-25 Thread Balazs Nagy
Mads Toftum wrote: On Sun, Jun 25, 2000 at 11:05:22AM -0600, Balazs Nagy wrote: The mod_ssl I use only asks the password once, and uses it for all keys. I don't know how to make it ask a passwords per each key while using the standard passwd dialog. You can do that simply by having

Re: Running with mutliple keys

2000-06-25 Thread Mads Toftum
On Sun, Jun 25, 2000 at 11:56:45AM -0600, Balazs Nagy wrote: Mads, I have no doubts that you know how it is supposed to work. However, it did not work for me. The other passphrase request never showed up. That's when I signed up for this list, and someone told me that I have to use the same

Re: Running with mutliple keys

2000-06-25 Thread Balazs Nagy
Mads Toftum wrote: I'm not saying that there isn't a bug, I'm just saying that it is supposed to work that way. I just looked back into the list archive and could see that we've had this discussion before ;-) Are you still using mod_ssl 2.2.8? Till Sept 20, 'cause in US I am, and therefore

Re: Running with mutliple keys

2000-06-25 Thread Thomas A. Halter
Gentlemen, Thank you for the assistance. I knew it was something simple I was missing. Change a name to an IP and what do ya know, it works. Sometimes it is the simplest things that get ya. T. Halter -- Thomas A. Halter Senior Systems Administrator ProShells Premium Connectivity

Re: Running with mutliple keys

2000-06-25 Thread Gianni Mariani
Balazs Nagy wrote: Do not misunderstand me, I do not mean to argue. In fact I bow in front of your deep knowledge and I apologize for wasting anyone's time with this thread on this list. careful - the clowns on this list are just like all other bozo's ... ... Just trying to prevent

Running with mutliple keys

2000-06-24 Thread Thomas A. Halter
How do you run multiple secure domains on the same server? I tried and it was not working and I could find no FAQ's or guidance on the subject. I have two sites, with two seperate keys and crt's. Can they run on the same server or must they run on seperate servers? I would appreciate any help

Re: Running with mutliple keys

2000-06-24 Thread Ralf S. Engelschall
On Fri, Jun 23, 2000, Thomas A. Halter wrote: How do you run multiple secure domains on the same server? I tried and it was not working and I could find no FAQ's or guidance on the subject. I have two sites, with two seperate keys and crt's. Can they run on the same server or must they

Re: Running with mutliple keys

2000-06-24 Thread Yeak Nai Siew
on 25/6/00 4:41 AM, Ralf S. Engelschall at [EMAIL PROTECTED] wrote: On Fri, Jun 23, 2000, Thomas A. Halter wrote: How do you run multiple secure domains on the same server? I tried and it was not working and I could find no FAQ's or guidance on the subject. I have two sites, with two

Re: Running with mutliple keys

2000-06-24 Thread Balazs Nagy
Yeak Nai Siew wrote: on 25/6/00 4:41 AM, Ralf S. Engelschall at [EMAIL PROTECTED] wrote: On Fri, Jun 23, 2000, Thomas A. Halter wrote: How do you run multiple secure domains on the same server? I tried and it was not working and I could find no FAQ's or guidance on the subject. I