Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 20915 invoked from network); 9 May 2006 12:43:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 May 2006 12:43:25 -0000 Received: (qmail 7265 invoked by uid 500); 9 May 2006 12:43:16 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 6215 invoked by uid 500); 9 May 2006 12:43:13 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 6197 invoked by uid 99); 9 May 2006 12:43:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2006 05:43:13 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.56.241.12] (HELO polaris.atos-infogerance.fr) (193.56.241.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2006 05:43:11 -0700 Received: from persee.atos-infogerance.fr ([193.56.47.18]) by polaris.atos-infogerance.fr (8.13.6/8.13.6) with ESMTP id k49Cgmfe007078 for ; Tue, 9 May 2006 14:42:48 +0200 (MET DST) Received: from exchange2k301.gaia.fr ([150.175.10.40]) by persee.atos-infogerance.fr (8.13.5/8.13.5) with ESMTP id k49Dnn8Y022747 for ; Tue, 9 May 2006 14:49:49 +0100 (WET DST) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 9 May 2006 14:42:48 +0200 Message-ID: <8C29B2F93BAE9047A906EF6D6F9C5D4301E438D3@exchange2k301.gaia.fr> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Correction & Question: SSLCertificateFile: RedHat (RHEL4) apache startup failure: ebxml-registry-repository on tomcat on port 6480, with Mambo LAMP Portal on port 8080: Despite Self-Signed Cert: [error] Server should be SSL-aware but ha Thread-Index: AcZzYaLlcfYHaL/oS3iHCTG0Qu93SQAAuMDg From: =?iso-8859-1?Q?Axel-St=E9phane__SMORGRAV?= To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Correction & Question: SSLCertificateFile: RedHat (RHEL4) apache startup failure: ebxml-registry-repository on tomcat on port 6480, with Mambo LAMP Portal on port 8080: Despite Self-Signed Cert: [error] Server should be SSL-aware but ha X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N No need to reinstall Apache. This is only a configuration issue. You need to tell Apache where to find the - Server certificate - Private key associated with the server certificate - CA Certificate >From your httpd.conf file, you probably include a configuration file = called ssl.conf. This include directive may be enclosed within a = condition like . Chances are that the SSL variable is not = defined and therefore the ssl.conf file is not loaded. You can remove = this condition altogether (and the associated ), or you can = start Apache with the command "apachectl startssl" rather than = "apachectl start". The module mod_info is very useful for determining exactly what = configuation directives have been loaded into Apache by requesting = http://myserver.mydomain.com/server-info which will give you a list of = all loaded modules and all associated configuration directives. -ascs -----Original Message----- From: Rex Brooks [mailto:rexb@starbourne.com]=20 Sent: Tuesday, May 09, 2006 2:10 PM To: Richard de Vries Cc: users@httpd.apache.org Subject: Re: [users@httpd] Correction & Question: SSLCertificateFile: = RedHat (RHEL4) apache startup failure: ebxml-registry-repository on = tomcat on port 6480, with Mambo LAMP Portal on port 8080: Despite = Self-Signed Cert: [error] Server should be SSL-aware but ha Here is the httpd error_log for that sequence: [Mon May 08 06:20:21 2006] [notice] core dump file size limit raised=20 to 4294967295 bytes [Mon May 08 06:20:22 2006] [notice] suEXEC mechanism enabled=20 (wrapper: /usr/sbin/suexec) [Mon May 08 06:20:22 2006] [error] Server should be SSL-aware but has=20 no certificate configured [Hint: SSLCertificateFile] It's beginning to look like I will have to reinstall apache. Regards, Rex --------------------------------------------------------------------- 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