From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 18:21:04 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 A207E16A41C for ; Tue, 5 Jul 2005 18:21:04 +0000 (GMT) (envelope-from do.you.got.root@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB1743D53 for ; Tue, 5 Jul 2005 18:21:04 +0000 (GMT) (envelope-from do.you.got.root@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so983615wra for ; Tue, 05 Jul 2005 11:21:03 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hWrJAetpzrx9Zmv6V8J7sL8RVpD/RnSZ/fXRgbEOfnp68/SbAOx3m+jg5QIC3/nUVBwRnRnxKl5FwuA4eW+BPxVHLDISafHQ6NURVIaD3z+rgloWLjRK7BiDA3/Oahvgs+oYe0mwbVp+tii//IzLeb7vEEsqLqQPH+rJfukpXo0= Received: by 10.54.53.15 with SMTP id b15mr4548749wra; Tue, 05 Jul 2005 11:21:03 -0700 (PDT) Received: by 10.54.78.3 with HTTP; Tue, 5 Jul 2005 11:21:03 -0700 (PDT) Message-ID: Date: Tue, 5 Jul 2005 14:21:03 -0400 From: Todd Suits To: "Andrew L. Gould" In-Reply-To: <200507051119.12128.algould@datawok.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507051119.12128.algould@datawok.com> Cc: freebsd-questions@freebsd.org Subject: Re: 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 18:21:04 -0000 https:// is what im trying to use. http:// just brings my normal index.html page. On 7/5/05, Andrew L. Gould wrote: > On Tuesday 05 July 2005 11:01 am, Todd Suits wrote: > > 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. >=20 > When trying to use SSL, are you using a URL with "http://" or > "https://"? >=20 > Andrew Gould >