From owner-freebsd-questions@FreeBSD.ORG Fri Apr 30 03:39:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C09F16A4CE for ; Fri, 30 Apr 2004 03:39:22 -0700 (PDT) Received: from idoru.mine.nu (cpc3-cdif2-3-0-cust202.cdif.cable.ntl.com [81.103.32.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28EF443D2F for ; Fri, 30 Apr 2004 03:39:22 -0700 (PDT) (envelope-from rasputin@idoru.mine.nu) Received: from rasputin by idoru.mine.nu with local (Exim 4.22) id 1BJVQL-00049T-DZ; Fri, 30 Apr 2004 11:39:17 +0100 Date: Fri, 30 Apr 2004 11:39:17 +0100 From: Dick Davies To: David Banning Message-ID: <20040430103917.GA7205@lb.tenfour> References: <20040430051944.GA28108@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040430051944.GA28108@skytrackercanada.com> User-Agent: Mutt/1.4.2.1i Sender: Rasputin cc: FreeBSD Questions Subject: Re: two domain names - one IP - both SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dick Davies List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 10:39:22 -0000 * David Banning [0421 06:21]: > I am wondering how I could run SSL on two different domain names > using just one IP address. > > I am using virtual hosting with apache. > > Is that possible? No. As one poster said (and contrary to half a dozen 'install apache' posts), you can't do name-based multiple vhosts over ssl. The ssl session wraps the http session, so the server can't get the host header until the session has started. That's some catch, that catch 443. It's the best there is. You should in theory be able to do it on different ports, but I haven't tried. -- I am more bored than you could ever possibly be. Go back to work. Rasputin :: Jack of All Trades - Master of Nuns