Multiple Certificates?

1999-03-09 Thread James Simmons
How do you have a server work with multiple certificates? Thank you. James Simmons Linux System Admin EdgeNet Inc / Chek Inc [EMAIL PROTECTED] http://www.edgeglobal.com/~jsimmons __ Apache Interface to SSLeay (mod_ssl

Re: Multiple Certificates?

1999-03-09 Thread Ralf S. Engelschall
On Tue, Mar 09, 1999, James Simmons wrote: > How do you have a server work with multiple certificates? Thank you. Do you mean whether a single Apache instance can run more than one virtual host and each of those virtual hosts with a different certificate (answer would be: yes) or whethe

RE: Multiple Certificates?

1999-03-10 Thread Juergen Rensen
Ralf S. Engelschall [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 10, 1999 7:38 AM To: [EMAIL PROTECTED] Subject: Re: Multiple Certificates? On Tue, Mar 09, 1999, James Simmons wrote: > How do you have a server work with multiple certificates? Thank you. Do you mean whether a s

Re: Multiple Certificates?

1999-03-10 Thread Ralf S. Engelschall
On Wed, Mar 10, 1999, Juergen Rensen wrote: > >Do you mean whether a single Apache instance can run more than one virtual > >host and each of those virtual hosts with a different certificate (answer > >would be: yes) > > Oh?! Does this imply that you can have multiple virtual SSL hosts hanging

RE: Multiple Certificates?

1999-03-10 Thread Axel Findling
On Wed, 10 Mar 1999, Juergen Rensen wrote: > >Do you mean whether a single Apache instance can run more than one virtual > >host and each of those virtual hosts with a different certificate (answer > >would be: yes) > > Oh?! Does this imply that you can have multiple virtual SSL hosts hanging >

Re: Multiple Certificates?

1999-03-10 Thread Dan Roscigno
> > Oh?! Does this imply that you can have multiple virtual SSL hosts hanging > > off the same IP address? > > No, I'm just talking about virtual hosts and implicitly assumed that this in > SSL-context always means IP-based. In other words: The virtual hosts cannot > share the same IP, of cours

Re: Multiple Certificates?

1999-03-10 Thread Ralf S. Engelschall
On Wed, Mar 10, 1999, Dan Roscigno wrote: > > > Oh?! Does this imply that you can have multiple virtual SSL hosts hanging > > > off the same IP address? > > > > No, I'm just talking about virtual hosts and implicitly assumed that this in > > SSL-context always means IP-based. In other words: Th

Re: Multiple Certificates?

1999-03-10 Thread Dan Roscigno
> > Another thing that can be done is to have a wildcard cert > > (common name = *.domain) this will allow you to have > > foo.domain:443, bar.domain:443, www.domain:443 etc. All of > > the domains have the same ip address and port, and they all > > use the same cert. I know that Thawte issues

RE: Multiple Certificates?

1999-03-10 Thread Juergen Rensen
Do NetScape & IE support such *.domain certs? Juergen -Original Message- From: Ralf S. Engelschall [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 11, 1999 3:29 AM To: [EMAIL PROTECTED] Subject:Re: Multiple Certificates? On Wed, Mar 10, 1999, Dan Roscigno w

Re: Multiple Certificates?

1999-03-10 Thread Ralf S. Engelschall
On Wed, Mar 10, 1999, Dan Roscigno wrote: > > > Another thing that can be done is to have a wildcard cert > > > (common name = *.domain) this will allow you to have > > > foo.domain:443, bar.domain:443, www.domain:443 etc. All of > > > the domains have the same ip address and port, and they all

Re: Multiple Certificates?

1999-03-12 Thread Bodo Moeller
On Wed, Mar 10, 1999 at 10:35:11AM +0100, Ralf S. Engelschall wrote (to the sw-mod-ssl mailing list): > On Wed, Mar 10, 1999, Juergen Rensen wrote: >> I tried to setup >> virtual SSL hosts on the same IP address, but Apache always returned one >> and the same default site. Has this changed? >

Re: Multiple Certificates?

1999-03-12 Thread Eric Rescorla
> > On Wed, Mar 10, 1999, Juergen Rensen wrote: > > >> I tried to setup > >> virtual SSL hosts on the same IP address, but Apache always returned one > >> and the same default site. Has this changed? > > > No, this cannot be changed. It's the chicken and egg problem HTTP > > over SSL/TLS alway

Mod_SSL - with multiple certificates

2001-01-15 Thread Yu, Ming
Hello - I am new to mod_ssl. I have a question about serving multiple digital certificates on a server. The server I have is a Solaris box with apache 1.3.14 and latest Mod_ssl. I understand that only one certificate can be installed on one IP address, even the server has many name based Virtua

Problems with multiple certificates

2000-04-21 Thread Wes Campbell
I am currently running an apache server on Linux with two c-names. I am trying to use a different certificate for each c-name. I ran "make certificate TYPE=test" twice to get two test certificates, one for each . The module is working fine. When I go to the first c-name, it just gives me the o

Re: Problems with multiple certificates

2000-04-21 Thread Mads Toftum
On Fri, Apr 21, 2000 at 11:11:23AM -0500, Wes Campbell wrote: > I am currently running an apache server on Linux with two c-names. I am > trying to use a different certificate for each c-name. I ran "make > certificate TYPE=test" twice to get two test certificates, one for each . > The module is

Apache with Mod_SSL and multiple certificates

2001-11-02 Thread Yu, Ming
Hi - My apache system is running 1.3.20 with mod_ssl 2.8.4. I have one NIC in the system, does anyone install multiple digital certificates on the single NIC? If so, please advise how, what is the trade off? Thanks for any information. - Ming Yu - System Engineer - APL _

[BugDB] Config. for multiple certificates (PR#443)

2000-08-25 Thread modssl-bugdb
It _IS_ possible to have multiple certificates on a given IP, right? All that I have read in FAQs and other bug reports is that you can't use name-based virtual hosts, but that IP-based should work. But nothing I have read says that I need different IPs or ports or anything like that. Do I

Problem with multiple certificates and builtin passphrase

2000-09-20 Thread Larry Leszczynski
Hi all - I'm trying to help someone with their Apache/mod_ssl setup on Red Hat Linux 6.2, and can't get the builtin mechanism to work to read the PEM passphrase for two private keys. Both of the private keys use the same passphrase. When I configure for one or the other of the sites individual

Re: Apache with Mod_SSL and multiple certificates

2001-11-02 Thread Jim Jagielski
At 10:27 AM -0500 11/2/01, Yu, Ming wrote: >Hi - My apache system is running 1.3.20 with mod_ssl 2.8.4. I have one NIC >in the system, does anyone install multiple digital certificates on the >single NIC? If so, please advise how, what is the trade off? > >Thanks for any information. > Depends o

RE: Apache with Mod_SSL and multiple certificates

2001-11-02 Thread Yu, Ming
, November 02, 2001 10:46 AM To: [EMAIL PROTECTED] Subject: Re: Apache with Mod_SSL and multiple certificates At 10:27 AM -0500 11/2/01, Yu, Ming wrote: >Hi - My apache system is running 1.3.20 with mod_ssl 2.8.4. I have one NIC >in the system, does anyone install multiple digital certificates

RE: Apache with Mod_SSL and multiple certificates

2001-11-02 Thread David Marshall
PROTECTED]] Sent: Friday, November 02, 2001 10:21 AM To: '[EMAIL PROTECTED]' Subject: RE: Apache with Mod_SSL and multiple certificates I have one NIC in the system with Static IP address, How do I create multiple virtual sites, and each site has its own digital certificate. Can any o

Re: [BugDB] Config. for multiple certificates (PR#443)

2000-08-25 Thread modssl-bugdb
On Fri, Aug 25, 2000 at 09:37:59PM +0200, [EMAIL PROTECTED] wrote: > > It _IS_ possible to have multiple certificates on a given IP, right? Only with different ports. > All that I > have read in FAQs and other bug reports is that you can't use name-based virtual > host