More specifically, each SSL-enabled virtual host must have as unique public
IP with certificates that include the domain name that corresponds to the
address. You cannot have an SSL-enabled name-based virtual host.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"

> From: Vadim Fedukovich <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 30 Nov 2001 11:00:07 +0200 (EET)
> To: OpenSSL User List <[EMAIL PROTECTED]>
> Subject: RE: Apache mod-ssl: VirtualHost and certificates
> 
> hi,
> 
> this will work for unique port numbers only.
> Here's no chance to run a bunch of standard-SSL virtual hosts
> on one single 443 port and I guess it was the question.
> One could do that on different IP numbers
> 
> regards,
> Vadim
> 
> On Fri, 30 Nov 2001, Amol Natu wrote:
> 
>> Hi Shlomi
>> 
>> You would need to include certificate related directives under the section
>> defined for each virtual host within the httpd.conf.
>> e.g:
>> 
>> <VirtualHost server_name:port_number>
>> Port 'port_number'
>> ServerName server_name
>> SSLCertificateFile /location/certificate_file_name
>> SSLCertificateKeyFile /location/key_file_name
>> SSLCertificateChainFile /location/certchain_file_name
>> SSLCipherSuite
>> ...
>> ..
>> </VirtualHost>
>> 
>> 
>> Regards
>> Amol
>> 
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]]On Behalf Of Shlomi
>> Sent: Friday, November 30, 2001 2:00 AM
>> To: [EMAIL PROTECTED]
>> Subject: Apache mod-ssl: VirtualHost and certificates
>> 
>> 
>> Hi all,
>> 
>> Is someone know if there is a way to use a certificate for each domain on a
>> server which configured to use VirtualHost (a single IP for all of the
>> domains) ?
>> 
>> I am trying to configure Apache (mod-ssl) to use a certificate for each
>> VirtualHost but without success.
>> 
>> Each VirtualHost needs a private key and a certificate, but the browser
>> receives the main certificate for all of the domains.
>> How can I set it to send the relevant certificate for each domain ?
>> 
>> 
>> Thank you in advance,
>> 
>> Shlomi.
>> 
>> 
>> ______________________________________________________________________
>> OpenSSL Project                                 http://www.openssl.org
>> User Support Mailing List                    [EMAIL PROTECTED]
>> Automated List Manager                           [EMAIL PROTECTED]
>> 
>> ______________________________________________________________________
>> OpenSSL Project                                 http://www.openssl.org
>> User Support Mailing List                    [EMAIL PROTECTED]
>> Automated List Manager                           [EMAIL PROTECTED]
>> 
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to