Re: Unable to run t/ssl tests.

2005-07-24 Thread Randy Kobes

On Fri, 22 Jul 2005, William A. Rowe, Jr. wrote:

Well now; rm -rf t , and svn up, gives me the original 
error attempting to create 'serial', a 'serial.old' 
lingers during the config phase.


Just as a couple of checks:
- does
   perl t/TEST -clean
clean out the t\conf\ssl\ca directory completely?
- is openssl writing things to the t\conf\ssl\ca\asf
directory?

--
best regards,
randy


Re: Unable to run t/ssl tests.

2005-07-23 Thread Randy Kobes

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


Unable to run t/ssl tests.

2005-07-22 Thread William A. Rowe, Jr.
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?

Bill 



Re: Unable to run t/ssl tests.

2005-07-22 Thread William A. Rowe, Jr.
At 05:20 PM 7/22/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;

Ok - I lie - now -clean ... -apxs ... results in no ssl certificate
generation whatsoever, although mod_test_ssl.so is generated.  Clues?

Bill




Re: Unable to run t/ssl tests.

2005-07-22 Thread William A. Rowe, Jr.
Well now; rm -rf t , and svn up, gives me the original error
attempting to create 'serial', a 'serial.old' lingers during
the config phase.

Again, any help appreciated.  Joe Orton would like me to try
to reproduce his segv, and perl-framework is not cooperating :)

Bill

At 05:33 PM 7/22/2005, William A. Rowe, Jr. wrote:
At 05:20 PM 7/22/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;

Ok - I lie - now -clean ... -apxs ... results in no ssl certificate
generation whatsoever, although mod_test_ssl.so is generated.  Clues?

Bill




Re: Unable to run t/ssl tests.

2005-07-22 Thread Geoffrey Young


William A. Rowe, Jr. wrote:
 Well now; rm -rf t , and svn up, gives me the original error
 attempting to create 'serial', a 'serial.old' lingers during
 the config phase.

after nuking t/ make sure to nuke ~/.apache-test (or whatever it is on
win32) and run with APACHE_TEST_NO_STICKY_PREFERENCES=1 from now on to make
sure that things aren't lingering around when they shouldn't.

other than that, I'll have a look on monday, but I'm not a win32 guy :)

--Geoff