> Full_Name: Axel Findling
> Version: 2.2.3
> OS: Sun Solaris 2.5.1
> Submission from: wsc21.lrz-muenchen.de (129.187.254.48)
>
>
> Hi,
>
> I want to define several name-based virtual hosts with Apache 1.3.4
> and mod_ssl, which shall use different certificates. If I do so,
> only the first defined certificate is taken for all name-based
> virtual hosts with the same IP-address.
> I have no problems to do so with IP-based virtual hosts.
>
> Is this a known problem?
>
>
Yes. I don't think you can do what you want to do with name based hosts as
the sequence of events from the servers point of view goes something like
this.
1) Make basic connection
2) Negotiate encryption
3) Get request headers
4) Resolve name based host.
The encryption resolution is done before the request is sent and therefor
the server dos not know which host is being accessed.
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]