From owner-freebsd-questions@FreeBSD.ORG Thu Oct 18 01:37:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DCEC16A417 for ; Thu, 18 Oct 2007 01:37:44 +0000 (UTC) (envelope-from reza@mra.co.id) Received: from mx3.mra.co.id (mx3.mra.co.id [202.57.14.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0195713C447 for ; Thu, 18 Oct 2007 01:37:43 +0000 (UTC) (envelope-from reza@mra.co.id) Received: from localhost (localhost.mra.co.id [127.0.0.1]) by mx3.mra.co.id (Postfix) with ESMTP id C3C1C30FBB for ; Thu, 18 Oct 2007 09:00:45 +0700 (WIT) Received: from mx3.mra.co.id ([127.0.0.1]) by localhost (mx3.mra.co.id [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62198-04 for ; Thu, 18 Oct 2007 09:00:45 +0700 (WIT) Received: from [172.16.14.10] (unknown [172.16.14.10]) by mx3.mra.co.id (Postfix) with ESMTP id 7836330F81 for ; Thu, 18 Oct 2007 09:00:45 +0700 (WIT) From: Muhammad Reza To: freebsd-questions@freebsd.org In-Reply-To: <1192631344.63579.13.camel@secretariat.lanl.gov> References: <1192628761.14024.44.camel@beastie.mra.co.id> <1192631344.63579.13.camel@secretariat.lanl.gov> Content-Type: text/plain Date: Thu, 18 Oct 2007 10:34:38 +0700 Message-Id: <1192678478.21168.7.camel@beastie.mra.co.id> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mra.co.id Subject: Re: apache mod_ssl chroot 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: Thu, 18 Oct 2007 01:37:44 -0000 On Wed, 2007-10-17 at 08:29 -0600, James wrote: > > > Server beastie.mra.co.id:443 (RSA) > > Enter pass phrase:Apache:mod_ssl:Error: Private key not found. > > **Stopped > > > Isn't the private key the one on the local machine? If so, is the > private key visible with the chroot environment? > _______________________________________________ the key is in /chroot/httpd/usr/local/apache2/conf/ with 400 mode owner by root and the path in htppd-ssl.conf is SSLCertificateKeyFile "/usr/local/apache2/conf/server.key" Is there anyway to test that my key is visible by chroot program ?? regards Reza