cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: AIX SSL autobuilds -- getting there

From: Tor Arntsen <tor_at_spacetec.no>
Date: Mon, 1 Mar 2004 16:22:51 +0100

On Mar 1, 14:41, Daniel Stenberg wrote:
>Can you run this test stand-alone and provide some details form the files in
>log/ ?

(I had some trouble with this, the re-linking for some reason resulted in
a binary that couldn't find the ssl libraries, even though the command to
create the libtest/.libs/lt-lib509 binary appeared to be exactly the same
as the one used to produce lt-curl (which does find the libraries). Anyway,
I linked statically for now to work around the problem.)

Executing ./runtests.pl 509 provides the following:
test 509...[simple HTTPS GET and URL redirect in certificate]
Yea

 data FAILED:
--- .expected Mon Mar 1 16:20:53 2004
+++ .generated Mon Mar 1 16:20:53 2004
@@ -1 +0,0 @@
-Hello

 - abort tests

And log files:
bash-2.05$ cat log/curl.log
./libtest/lib509 https://localhost:8433/dvcs >>log/stdout509 2>>log/stderr509

bash-2.05$ cat log/stdout509
bash-2.05$ cat log/stderr509
URL: https://localhost:8433/dvcs
Going to perform https://localhost:8433/dvcs
running=1 res=-1
sslctxfun start curl=20022178 ctx=20046328 parm=2ff1f758
This version OpenSSL 0.9.6k 30 Sep 2003 of openssl does not support a parm, setting global one
sslctxfun end
running=0 res=0
all done
bash-2.05$ cat log/server.response
HTTP/1.1 200 OK

WE ROOLZ: 110016
bash-2.05$ cat log/sws.log
Mon Mar 1 16:20:51 2004: 110016: New client connected
Mon Mar 1 16:20:52 2004: 110016: Wrote request input to log/server.input
Mon Mar 1 16:20:52 2004: 110016: Got request: GET /verifiedserver HTTP/1.1
Mon Mar 1 16:20:52 2004: 110016: Are-we-friendly question received
Mon Mar 1 16:20:52 2004: 110016: Received request, now send response number -2 part 0
Mon Mar 1 16:20:52 2004: 110016: Identifying ourselves as friends
Mon Mar 1 16:20:52 2004: 110016: Response sent!
Mon Mar 1 16:20:52 2004: 110016: special request received, no persistancy
Mon Mar 1 16:20:52 2004: 110016: Closing client connection
Received on 2004-03-01