From owner-freebsd-questions Tue Nov 3 15:24:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02524 for freebsd-questions-outgoing; Tue, 3 Nov 1998 15:24:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from esmeralda.xaa.iae.nl (esmeralda.xaa.iae.nl [194.151.75.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02517 for ; Tue, 3 Nov 1998 15:24:29 -0800 (PST) (envelope-from freebsd@xaa.iae.nl) Received: from ariel.xaa.iae.nl (ariel.xaa.iae.nl [194.151.75.10]) by esmeralda.xaa.iae.nl (VMailer) with ESMTP id B291E36E; Wed, 4 Nov 1998 00:24:18 +0100 (MET) Received: by ariel.xaa.iae.nl (VMailer, from userid 1008) id 6DAB64292; Wed, 4 Nov 1998 00:24:18 +0100 (CET) Date: Wed, 4 Nov 1998 00:24:18 +0100 From: Mark Huizer To: Roman Katsnelson , "q's" Subject: Re: Apache-SSL Message-ID: <19981104002418.A781@ariel.xaa.iae.nl> References: <363F22D0.979EAF9@graphnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.10i In-Reply-To: <363F22D0.979EAF9@graphnet.com>; from Roman Katsnelson on Tue, Nov 03, 1998 at 10:35:44AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > SSLDisable #globally disabled > > > ServerName unsecure.test.com > SSLDisable > > > > ServerName secure.test.com > SSLEnable #enabled here > > > However, when I test it, if I give the browser a https:// url, it > doesn't > connect to the server. If I give it a http:// url, it works fine for the > first > server, and connects to the second (secure) one, but gives a "Document > contains > no data" error. There is nothing in the error-log that would suggest > what the > problem is. Any ideas would be much appreciated... Have you also added a Listen 443 in your config files to tell apache to listen to port 443 as well (the https port) Mark -- Nice testing in little China... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message