You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Graham Leggett <mi...@sharp.fm> on 2004/07/15 12:41:10 UTC

Re: can a virtual host have its own privatly used SSL certificate ?

Guy Katz wrote:

> you are relating to tomcat.
> i think in my situation they have a different listen port for every vhost
> internally such that the apache server delivers the http request on
> different ports for different vhost.
> does this simplify the problem?

This is the way to get around this problem - tell tomcat to listen on 
multiple ports, and run one certificate and one host per port. To make 
sure you stay on port 443, you'll need to have multiple IP addresses per 
box.

Regards,
Graham
--