John wrote:
> Hi,
>
> Does anyone know if Apache Tomcat supports a different SSL cert for each ip
> address ?
>
>
It can support one per virtual host. The trick is that only one can
use the default port (443). To access the others you'll have to
include the SSL port number in request URL.
|