You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carl Vorster <ca...@gmail.com> on 2007/11/08 17:27:44 UTC

SSL Virtual Hosts

Hi,

I'm trying to set up the following config, but am not sure how to do it.

I want to run virtual hosts through one IP on port 80 - this is easy enough
by looking at the docs.
I then want to run SSL hosts; but every SSL host must map to its own IP due
to SSL configs.

Example:

192.168.0.1 - http://www.host1.com
192.168.0.1 - http://www.host2.com
192.168.0.1 - http://www.host3.com

192.168.0.2 - https://www.host4.com
192.168.0.3 - https://www.host5.com

I can't seem to find any examples or docs on how to do this in server.xml,
can someone please point me in the right direction.

Thanks

Carl


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: SSL Virtual Hosts

Posted by Hassan Schroeder <ha...@gmail.com>.
On Nov 8, 2007 8:27 AM, Carl Vorster <ca...@gmail.com> wrote:

> I then want to run SSL hosts; but every SSL host must map to its own IP due
> to SSL configs.

You need a separate Connector for each SSL IP.

-- 
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org