Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 2058 invoked from network); 25 Aug 2006 10:19:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 10:19:46 -0000 Received: (qmail 95707 invoked by uid 500); 25 Aug 2006 10:19:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 95686 invoked by uid 500); 25 Aug 2006 10:19:33 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 95672 invoked by uid 99); 25 Aug 2006 10:19:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 03:19:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [80.81.104.18] (HELO afrodita.holisticas.com) (80.81.104.18) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 03:19:32 -0700 Received: from pegaso.holisticas.com ([10.3.5.110]) by afrodita.holisticas.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1GGYm1-0004Yv-DP for users@tomcat.apache.org; Fri, 25 Aug 2006 12:18:49 +0200 Message-ID: <44EECEB8.9010707@holisticas.com> Date: Fri, 25 Aug 2006 12:19:36 +0200 From: =?ISO-8859-1?Q?Jorge_L=E1zaro_Molina?= User-Agent: Thunderbird 1.5.0.5 (X11/20060807) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: multiple virtual hosts and ssl certificates References: <9A3590DE-1D51-447C-9A81-39796DCBB6C6@2sheds.de> In-Reply-To: <9A3590DE-1D51-447C-9A81-39796DCBB6C6@2sheds.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You can set 1 ssl certificate for each port over the same ip. ie: https://domain1.com/ takes default ssl port 443 and one cert. https://domain2.com:10443/ takes another cert. etc... So you must listen ssl conexion on each port that you need And take a look at http://wiki.cacert.org/wiki/VhostTaskForce Andrew Miehs wrote: > You can only have 1 ssl certificate per IP address > > Andrew > > > On 25/08/2006, at 11:09 AM, teknokrat wrote: > >> I am trying to set up tomcat with multiple virtual hosts, each with >> their own SSL certificate. Is this possible? Do I add each >> certificate to the main keystore as per one host? >> > > > --------------------------------------------------------------------- > 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 > --------------------------------------------------------------------- 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