From owner-freebsd-questions@FreeBSD.ORG Wed Jan 25 11:01:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CA7AD16A44C for ; Wed, 25 Jan 2006 11:01:09 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E752943F27 for ; Wed, 25 Jan 2006 10:55:39 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (nieser.net [194.109.160.131]) by smtp-vbr7.xs4all.nl (8.13.3/8.13.3) with ESMTP id k0PAtbap049161 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Jan 2006 11:55:38 +0100 (CET) (envelope-from h.nieser@xs4all.nl) Message-ID: <43D75928.2040308@xs4all.nl> Date: Wed, 25 Jan 2006 11:55:36 +0100 From: Hans Nieser User-Agent: Mail/News 1.5 (X11/20060113) MIME-Version: 1.0 To: Beech Rintoul , freebsd-questions@freebsd.org References: <200601242315.09635.akbeech@alaskaparadise.com> In-Reply-To: <200601242315.09635.akbeech@alaskaparadise.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Subject: Re: ssl config problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2006 11:01:11 -0000 Beech Rintoul wrote: > I'm trying to set up two virtual ssl websites on Apache2. When I go the the > first site, it returns the proper cert and everything works as expected. But, > when I go to the second site it returns the cert from the first site even > though a different set of certs is specified in ssl.conf. If I comment out > the first site, the second site works correctly. I've been all through the > docs on apache.org and I can't figure out what I'm doing wrong. Because of the way SSL works it is not possible to use different SSL certs for name-based virtual hosts. You will have to use unique IP addresses