On Fri, 13 Oct 2000, Poetsch, Michael wrote:

> Hello Apache user community,

Michael,

this is not exactly apache list, anyway:

> does anybody know if it is possible to configure multiple virtual hosts with
> different SSL certificates? Basically it should be possible to include all
> SSL related directives in a <VirtualHost> ... </VirtualHost> section?

yes, one can include several virtual hosts in apache config

> Would that work?

One should realize virtual hosts depends on processing "Host: "
HTTP header, which is available only after SSL handshake.
This means one can run some restricted set of virtual hosts whose
names match "wildcarded" server certificate.
box1.company.com, box2.company.com and certificate for "*.company.com"
would be an example. Beware features of IE on processing wildcarded
certificates.

good luck,
Vadim

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

Reply via email to