Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 89482 invoked from network); 29 Nov 2007 16:35:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2007 16:35:06 -0000 Received: (qmail 57077 invoked by uid 500); 29 Nov 2007 16:34:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 57058 invoked by uid 500); 29 Nov 2007 16:34:41 -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 57047 invoked by uid 99); 29 Nov 2007 16:34:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 08:34:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mdeneen@gmail.com designates 64.233.170.190 as permitted sender) Received: from [64.233.170.190] (HELO rn-out-0102.google.com) (64.233.170.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 16:34:21 +0000 Received: by rn-out-0102.google.com with SMTP id e13so1671012rng for ; Thu, 29 Nov 2007 08:34:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=f0fFrmt8mO/CUIXYmO1C2X/KOVuQM5EvwMZ68Y8K9IA=; b=xjkBaneR/tj8eusYrcHj1fru2qb6BMna28chzgrkKEgFfSnwXkVdyoPCF10gnjzX077cb86hasOUem2KM2L9uLAl1yHOIwkkznk3FrpWgP8g4G4Gq5aH/KqP4oNgAY2yvo9wRpNoHGC+Wx+TZK+uRwEIYHs/ryCqdbSKiHN5SHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c6geAlQvuhkwMMdPpi1Mvdvs3u1MZQDVz+rLabh20ClzTIpW2qT6HdJ9fT4pYzdKFQEcxAUSNPeJrDo3NsZGQ9vy1ctVzpmCFABB7GzMLUBKoLfx7mRS/CdDYC2gvm8muPeVVwJ406EPbhFaxeX9QIU9psP54C7miSmrCv+Drvw= Received: by 10.142.141.5 with SMTP id o5mr1975111wfd.1196354059656; Thu, 29 Nov 2007 08:34:19 -0800 (PST) Received: by 10.143.34.19 with HTTP; Thu, 29 Nov 2007 08:34:19 -0800 (PST) Message-ID: Date: Thu, 29 Nov 2007 11:34:19 -0500 From: "Mark Deneen" To: "Tomcat Users List" Subject: Re: Question about multiple SSL at same machine In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org You can't do name-based virtual hosting with SSL. I think I remember reading that the headers are encrypted and are not decrypted until after apache would have to make the choice of which virtual host to send the request to. I suppose that changing the SSL port would let you use the same IP address... but I suspect you will run into firewall issues depending on who is using the service. Mark On Nov 29, 2007 6:43 AM, Alex Florentino wrote: > Hi all, > > I have windows colocation and have one site that have ssl and it works fine, > now I have another site and need set up another ssl, I think that change ssl > port for second site is good solutions but my client don't like this idea, > then I need set up another ip.. but I not sure how I make it... > > because, my windows server be behind of router and then really my windows > server have only internal ip. > > suggestion about how I should approach this problem ? > > thanks a lot. > > Alex > --------------------------------------------------------------------- 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