Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 57984 invoked from network); 23 Jul 2005 16:10:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jul 2005 16:10:49 -0000 Received: (qmail 56154 invoked by uid 500); 23 Jul 2005 16:10:49 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 56121 invoked by uid 500); 23 Jul 2005 16:10:48 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 56108 invoked by uid 99); 23 Jul 2005 16:10:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2005 09:10:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [142.132.65.108] (HELO theoryx5.uwinnipeg.ca) (142.132.65.108) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2005 09:10:42 -0700 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [127.0.0.1]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id j6NG3XCa019918 for ; Sat, 23 Jul 2005 11:03:33 -0500 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id j6NG3WIT019914 for ; Sat, 23 Jul 2005 11:03:33 -0500 Date: Sat, 23 Jul 2005 11:03:32 -0500 (CDT) From: Randy Kobes To: test-dev@httpd.apache.org Subject: Re: Unable to run t/ssl tests. In-Reply-To: <6.2.1.2.2.20050722104455.083e6df0@pop3.rowe-clan.net> Message-ID: References: <6.2.1.2.2.20050722104455.083e6df0@pop3.rowe-clan.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Fri, 22 Jul 2005, William A. Rowe, Jr. wrote: > On Win32... > > Using openssl 0.9.8, httpd 2.1-dev (current) and perl-framework > (current)... and I end up in a loop between running t/TEST -clean > and t/TEST -apxs g:/path/to/apxs with this error, every time; > > The Subject's Distinguished Name is as follows > countryName :PRINTABLE:'US' > stateOrProvinceName :PRINTABLE:'California' > localityName :PRINTABLE:'San Francisco' > organizationName :PRINTABLE:'ASF' > organizationalUnitName:PRINTABLE:'httpd-test/dsa-des3-test' > commonName :PRINTABLE:'localhost' > emailAddress :IA5STRING:'test-dev@httpd.apache.org' > Certificate is to be certified until Jul 22 21:36:28 2006 GMT (365 days) > > Write out database with 1 new entries > unable to rename serial to serial.old > reason: File exists > [ error] configure() has failed: > system ca -policy policy_anything -in csr/server_des3_dsa.csr -out certs/server_ > des3_dsa.crt -passin pass:httpd -config conf/server_des3_dsa.cnf -batch extensions comment failed (exit status=1) at G:\built\perl-framework\blib\lib/Apache/TestSSLCA.pm line 172. > > [warning] forcing Apache::TestConfig object save > [warning] run 't/TEST -clean' to clean up before continuing > > Does this look familiar to anyone? That does seem vaguely familiar, but I just tried the perl-framework on Win32 with openssl-0.9.7g and Apache/2.0.54, and the certificates got generated OK, and all the t/ssl/ tests passed. I'll try upgrading openssl to see if there's any change. -- best regards, randy