Forum Moderators: open
Therefore, to have more than one domain on a single IP address requires the server be able to examine the headers (Host Header Name on IIS). But the decryption happens after that point.
One workaround is to put the ssl server in front of another published (non ssl) web server with the multiple sites on.
The ssl server sends a cert to the user, creates the tunnel and then de-encrpts the requests, but forwards them to the 2nd web server using standard ports.
The trust is with the ssl server not the web server (unless you use ssl bridging) but as they are on the same local network it may not be an issue.
If you do have multiple web sites with one ssl gateway you will need high RAM for encryption/de-encryption overheads & possibly hardware accelerated ssl (pci card) which are quite expensive.