Re: Multiple Certificates, 1 Web Server

2006-05-12 Thread Victor Duchovni
On Mon, Mar 13, 2006 at 09:27:49PM +0100, Goetz Babin-Ebell wrote: > [EMAIL PROTECTED] schrieb: > > Pretty much confirm what I thought. The OPENSSL API is so rich and I > > havn't touch it (web server) in a while, I figured it wouldn't hurt to ask. > > An alternative would be one host certificat

Re: Multiple Certificates, 1 Web Server

2006-03-13 Thread Goetz Babin-Ebell
[EMAIL PROTECTED] schrieb: > Pretty much confirm what I thought. The OPENSSL API is so rich and I > havn't touch it (web server) in a while, I figured it wouldn't hurt to ask. An alternative would be one host certificate with multiple subject alt names. This way you can issue a certificate that

Re: Multiple Certificates, 1 Web Server

2006-03-13 Thread Jorey Bump
[EMAIL PROTECTED] wrote: On 3/13/06 8:43 AM, openssl-users@openssl.org wrote to All: On Mon, 2006-03-13 at 08:35 -0500, [EMAIL PROTECTED] wrote: So for one group, they will give them a HTTPS URL for domainX, and for another group, they will give them another HTTP URL for DomainY, but they wil

Re: Multiple Certificates, 1 Web Server

2006-03-13 Thread Peter Sylvester
You comments are right, but there is sole evolution. See my mail from Feb 6, the openssl library contains a patch for the TLS extension of servername (which still needs to be implemented in browsers), but at least the following patch for apache2 (working with a current openssl snapshot not on

Re: Multiple Certificates, 1 Web Server

2006-03-13 Thread ssluser
Thanks. Pretty much confirm what I thought. The OPENSSL API is so rich and I havn't touch it (web server) in a while, I figured it wouldn't hurt to ask. Beating a dead horse. :-)Thanks again. --- Hector On 3/13/06 9:46 AM, Ted wrote: > I don't think you can use SSL make multiple (virtual)

Re: Multiple Certificates, 1 Web Server

2006-03-13 Thread Bernhard Froehlich
[EMAIL PROTECTED] wrote: On 3/13/06 8:43 AM, openssl-users@openssl.org wrote to All: On Mon, 2006-03-13 at 08:35 -0500, [EMAIL PROTECTED] wrote: So for one group, they will give them a HTTPS URL for domainX, and for another group, they will give them another HTTP URL for DomainY, but

Re: Multiple Certificates, 1 Web Server

2006-03-13 Thread ssluser
On 3/13/06 8:43 AM, openssl-users@openssl.org wrote to All: > On Mon, 2006-03-13 at 08:35 -0500, [EMAIL PROTECTED] wrote: > > > > So for one group, they will give them a HTTPS URL for domainX, and for > > another group, they will give them another HTTP URL for DomainY, but > > they will be hitti

Re: Multiple Certificates, 1 Web Server

2006-03-13 Thread Christopher Fowler
On Mon, 2006-03-13 at 08:35 -0500, [EMAIL PROTECTED] wrote: > > So for one group, they will give them a HTTPS URL for domainX, and for > another group, they will give them another HTTP URL for DomainY, but > they > will be hitting the same IP server. sounds like a virtual domain. If you have 2

Re: multiple certificates

2000-06-26 Thread Richard Levitte - VMS Whacker
From: Levy itai <[EMAIL PROTECTED]> itai> Is it possible to load more then 1 server certificate ? itai> Currently I'm using the SSL_CTX_use_certificate_file, and the itai> SSL_CTX_use_PrivateKey_file in order to load the certificate and itai> the private key at the initialization of the process.

Re: Multiple certificates on a shared/vhost http server?

2000-05-17 Thread Carlos Henrique Bauer
On Wed, 17 May 2000, Götz Babin-Ebell wrote: > At 12:11 17.05.00 +0200, you wrote: > It is not possible, because the server gets the information > about the connected host after the initial SSL handshake. > And he needs the information about the domain to send the needed > host certificate (in the

Re: Multiple certificates on a shared/vhost http server?

2000-05-17 Thread Hostmaster
To install individual certs for each Virtual Server, you will need individual IP addresses. Name Based Hosting does not work with SSL. > Hello, > > We run multiple shops on a http server; running Linux, WN (as the http > server) and MySql. They all use the same ip adres. The webserver uses a >

Re: Multiple certificates on a shared/vhost http server?

2000-05-17 Thread Götz Babin-Ebell
At 12:11 17.05.00 +0200, you wrote: >Hello, Hello, >We run multiple shops on a http server; running Linux, WN (as the http >server) and MySql. They all use the same ip adres. The webserver uses a >virtual host table to translate the actual domainname into the directory >for that shop. >So far so