tomn wrote:

> So, you can run apache-ssl with this scenario:
>
> Port 443
> Listen 1.2.3.4:444
> Listen 1.2.3.4:445
> Listen 1.2.3.4:446
>
> Then, Each VH has the same IP with the corresponding port.
> Each VH has a different Certificate.
> Each VH serves up the correct certificate.

This would also work if you wanted to set up multiple machines by using
something like Linux's port forwarder ("ipmasqadm portfw") and sending the
requests to private IP'd machines:

ipmasqadm portfw -a -S this_machine 445 -D 192.168.100.5 443
ipmasqadm portfw -a -S this_machine 446 -D 192.168.100.6 443
ipmasqadm portfw -a -S this_machine 447 -D 192.168.100.7 443

Hmmm ... ;-)

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

Reply via email to