Amos Shapira wrote:

As far as I remember this is a known problem with SSL (not just Apache) -
the protocol allows exactly one secure site per TCP PORT.

That is, until Server Name Indication (read http://blogs.msdn.com/ie/archive/2005/10/22/483795.aspx ) will be fully deployed across all browsers.

How about allocating a separate TCP port for each site and maybe redirect from
a plain HTTP concentrator:

This will work, but it has the disadvantage of not being able to pass strict firewalls (which only pass port 80 and 443) and most HTTP proxies (which are configured to allow SSL proxying[1] for only a handful of ports).

[1] a.k.a. the CONNECT method


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to