You will need to use 2 separate IP addresses, because HTTP over SSL establishes the connection, exchanges certificates, and then starts the HTTP stuff -- this means that the name for the IP must match the certificate, and you don't yet know the virtual host being served. This is a problem for all HTTP servers at this time.
Using two instances of AOLserver, each bound to a separate IP address, and each with its own certificate will work. You won't be able to reverse proxy into these two instances, though, for the same reason. Pete.
