From owner-freebsd-questions Tue Nov 3 07:36:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22858 for freebsd-questions-outgoing; Tue, 3 Nov 1998 07:36:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from netra.graphnet.com (netra.graphnet.com [192.206.112.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22851 for ; Tue, 3 Nov 1998 07:35:58 -0800 (PST) (envelope-from romank@graphnet.com) Received: from graphnet.com (roman.graphnet.com [192.206.112.93]) by netra.graphnet.com (8.8.8/8.8.6) with ESMTP id KAA27260 for ; Tue, 3 Nov 1998 10:35:48 -0500 (EST) Message-ID: <363F22D0.979EAF9@graphnet.com> Date: Tue, 03 Nov 1998 10:35:44 -0500 From: Roman Katsnelson Organization: Graphnet, Inc X-Mailer: Mozilla 4.05 [en] (WinNT; U) MIME-Version: 1.0 To: "q's" Subject: Apache-SSL Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, guys. This is not STRICTLY a FreeBSD question, but it's been driving me completely nuts and I don't know where else to turn to. Sorry... I have an existing web server (Apache 1.3.2 on FreeBSD 2.2.7) to which I want to add SSL capability. I duplicated the situation on a test machine, installed SSLeay, and rebuilt Apache with the Apache-SSL patch. The problem is this: I have multiple virtual hosts (name-based) on the server, and I need them to remain regular http, and I want to add one which is https. The relevant information from httpd.conf follows: 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... Thanks, Roman -- Roman Katsnelson <-> romank@graphnet.com UNIX Engineer <-> rk.graphnet.com Graphnet, Inc. <-> www.graphnet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message