From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 16:01:32 2005 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 2E3CB16A41F for ; Tue, 5 Jul 2005 16:01:32 +0000 (GMT) (envelope-from do.you.got.root@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC58A43D4C for ; Tue, 5 Jul 2005 16:01:31 +0000 (GMT) (envelope-from do.you.got.root@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so930806wra for ; Tue, 05 Jul 2005 09:01:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GZqJAfvGb8mfqyDIZR6fWzonCcYdPLWg8QIWesLBF2+C0n61cbIMiH4ajODT+gRNW7Aenq30CAOXcVLC5wutvo3hoPY7JPEQkOxyFC8XGIZi6eL06u6IiZbEtBH1VKjQ/W48o/95J84UAwPB+uTXYHy4vNWaszz2rcijNeebjXc= Received: by 10.54.2.42 with SMTP id 42mr244554wrb; Tue, 05 Jul 2005 09:01:30 -0700 (PDT) Received: by 10.54.78.3 with HTTP; Tue, 5 Jul 2005 09:01:30 -0700 (PDT) Message-ID: Date: Tue, 5 Jul 2005 12:01:30 -0400 From: Todd Suits To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Apache 2 SSL Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Todd Suits List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 16:01:32 -0000 I set up a FreeBSD 4.11 jail to learn how to setup SSL on Apache 2 correctly. I installed Apache 2.0.54 from ports. I generated SSL certs just for testing purposes. I'm not able to get any response at all from the server on SSL unless I set the Listen :443 directive in the httpd.conf as where I think it is supposed to be set in ssl.conf. I get the following error in httpd-error.log: [Tue Jul 05 10:15:28 2005] [error] [client 24.123.123.123] Invalid method in request \x80g\x01\x03 As this is just temporary and for testing purposes I have posted the configs online as they are quite big and this is a work in progress, see links below. http://www.beerdrinka.com/httpd.conf http://www.beerdrinka.com/ssl.conf I keep re-reading the apache docs but there is just something I am missing. As a note I have also tried this in a non-jail environment on 5.3 p16 and get the same error results.