On Nov 26, 2007 11:03 AM, Christopher Schultz
<[EMAIL PROTECTED]> wrote:

> Are you saying that you want to have multiple virtual hosts, each with
> separate certificates?
>
> I don't believe that's possible, not even with any other server. The
> problem is that the client contacts a particular port (usually 443 for
> HTTPS) and is immediately presented with the server's certificate
> (before any other information is transmitted). Since virtual hosting
> works by having the server sniff the client's "Host" HTTP header,...

Let's clarify -- there's "name-based" virtual hosting, and IP-based
virtual hosting. It's name-based SSL that won't work for the reasons
above.

IP-based virtual hosting with Tomcat works fine, by configuring a
separate Connector (and keystore) for each SSL-enabled vhost.

FWIW,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to