Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 92495 invoked from network); 18 Feb 2004 21:49:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Feb 2004 21:49:42 -0000 Received: (qmail 2114 invoked by uid 500); 18 Feb 2004 21:49:15 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 2102 invoked by uid 500); 18 Feb 2004 21:49:15 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 2075 invoked from network); 18 Feb 2004 21:49:15 -0000 Received: from unknown (HELO PHSEXCHICO.MGH.HARVARD.EDU) (132.183.126.50) by daedalus.apache.org with SMTP; 18 Feb 2004 21:49:15 -0000 Received: by phsexchico.mgh.harvard.edu with Internet Mail Service (5.5.2657.72) id <167TTLXH>; Wed, 18 Feb 2004 16:49:21 -0500 Message-ID: <5593DA408212D511B0910002A513501F06559207@phsexch20.mgh.harvard.edu> From: "Kaplan, Andrew H." To: "'users@httpd.apache.org'" Cc: "'Owen.Boyle@swx.com'" Date: Wed, 18 Feb 2004 16:49:18 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] Problem with Automatically Directing Users to P ort 443 X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Owen -- I did some additional tinkering on the system, and here is where I am = at: 1. I reinstalled the OS from scratch, and loaded the bundled Apache = server with the mod_ssl package. INFO: Red Hat Linux 8.0 Apache 2.0.40 OpenSSL 0.9.6 =20 2. I tested connectivity to ports 80 and 443, and both came back with = the test page. 3. I wanted to achieve an automatic redirection to port 443, so I added = the following to the=20 VirtualHost section of the httpd.conf file - ServerName example.com ServerAdmin webma ster@example.com DocumentRoot /www Redirect / https://example.com/ =09 ServerName example.com ServerAdmin webmaster@example.com DocumentRoot /www SSLEngine On SSLCertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle.crt SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key SSLCertificateChainFile /usr/local/apache/conf/ssl.key/server.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown 4. The Apache server (version 2.0.40 bundled with Red Hat 8.0 along = with mod_ssl) did not start with=20 the above information added. THe error message that appeared in the = error_log file was - =09 Failed to configure CA certificate chain! 5. After I removed the above text, I was able to restart the server successfully. What now? -----Original Message----- From: Boyle Owen [mailto:Owen.Boyle@swx.com] Sent: Monday, February 16, 2004 3:27 AM To: users@httpd.apache.org Subject: RE: [users@httpd] Problem with Automatically Directing Users = to Port 443 > -----Original Message----- > From: Kaplan, Andrew H. [mailto:AHKAPLAN@PARTNERS.ORG] >=20 > I tried to restart the server, but it complained that=20 > SSLEngine On was an > invalid command or was defined by a module not included in the=20 > server configuration.=20 At the point apache encounters this directive, mod_ssl is not loaded. Check the sequence of LoadModule directives and check that no If-block is preventing mod_ssl getting loaded. Or compile mod_ssl into httpd statically... Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.=20 > have Webmin installed on the server=20 > and I checked the > known configured modules for Apache, and mod_ssl did appear > as configured.=20 >=20 > Anyone have an idea what could be the show stopper? Thanks. >=20 > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP=20 > Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org >=20 >=20 Diese E-mail ist eine private und pers=F6nliche Kommunikation. Sie hat keinen Bezug zur B=F6rsen- bzw. Gesch=E4ftst=E4tigkeit der SWX Gruppe. = This e-mail is of a private and personal nature. It is not related to the exchange or business activities of the SWX Group. Le pr=E9sent e-mail = est un message priv=E9 et personnel, sans rapport avec l'activit=E9 = boursi=E8re du Groupe SWX. This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.=20 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server = Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org