curl-and-php
Attn: Daniel - Inconsistent results
Date: Fri, 3 Aug 2001 13:05:34 -0700
I'm new to the list, but I have an interesting issue before me and would
like to know if anyone has any knowledge regarding my situation.
I am using curl-7.8 on two different servers, with the SAME libraries and I
am getting inconsistent results.
one is slackware 7.1 and has the following libraries linked to the curl
binary:
Linux web1 2.2.16 #6 SMP Fri Jun 8 12:37:11 MST 2001 i686 unknown
All I am doing is posting form data to an SSL server
ldd /usr/local/bin/curl
libcurl.so.1 => /usr/local/lib/libcurl.so.1 (0x40014000)
libdl.so.2 => /lib/libdl.so.2 (0x400dd000)
libc.so.6 => /lib/libc.so.6 (0x400e0000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
the other is Mandrake 8.0 and has the following libraries linked to the curl
binary:
ldd /usr/local/bin/curl
libcurl.so.1 => /usr/local/lib/libcurl.so.1 (0x40017000)
libssl.so.0.9.6 => /usr/local/ssl/lib/libssl.so.0.9.6 (0x4003e000)
libcrypto.so.0.9.6 => /usr/local/ssl/lib/libcrypto.so.0.9.6
(0x4006d000)
libdl.so.2 => /lib/libdl.so.2 (0x40134000)
libc.so.6 => /lib/libc.so.6 (0x40138000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Verbose output:
Slackware
--------------------
* SSL connection using EXP-RC4-MD5
* Server certificate:
* subject:
/C=US/ST=California/L=Pasadena/O=x.com/OU=TechOps/CN=secure.x.com
* issuer: /O=VeriSign Trust Network/OU=VeriSign, Inc./OU=VeriSign
International Server CA - Class 3/OU=www.verisign.com/CPS Incorp.by Ref.
LIABILITY LTD.(c)97 VeriSign
* Connected to secure.x.com (ip)
> POST (URL) HTTP/1.1
User-Agent: curl/7.8 (i686-pc-linux-gnu) libcurl 7.8 (OpenSSL 0.9.6)
Host: secure.x.com
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Content-Length: 799
Content-Type: application/x-www-form-urlencoded
(post data)
% Total % Received % Xferd Average Speed Time
Curr.
Dload Upload Total Current Left
Speed
100 14835 100 14835 0 0 13883 0 0:00:01 0:00:01 0:00:00
14835
* Connection (#0) left alive
* Closing live connection (#0)
(everything is recieved perfectly)
Mandrake
-----------------
* SSL connection using EXP-RC4-MD5
* Server certificate:
* subject:
/C=US/ST=California/L=Pasadena/O=x.com/OU=TechOps/CN=secure.x.com
* issuer: /O=VeriSign Trust Network/OU=VeriSign, Inc./OU=VeriSign
International Server CA - Class 3/OU=www.verisign.com/CPS Incorp.by Ref.
LIABILITY LTD.(c)97 VeriSign
* Connected to secure.x.com (ip)
> POST (url) HTTP/1.1
User-Agent: curl/7.8 (i686-pc-linux-gnu) libcurl 7.8 (OpenSSL 0.9.6a)
Host: secure.x.com
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Content-Length: 799
Content-Type: application/x-www-form-urlencoded
(post data)
% Total % Received % Xferd Average Speed Time
Curr.
Dload Upload Total Current Left
Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:30 --:--:--
0
* Connection (#0) left alive
* Closing live connection (#0)
(no data gets received)
Server info
----------------
Server: Netscape-Enterprise/3.0K
Date: Fri, 03 Aug 2001 20:10:11 GMT
Set-cookie: (cookie)
Content-type: text/html
Content-length: 14835
Ideas anyone? Daniel?
_______________
Jeff Nappi
Lead Programmer
The Martz Agency
brage_at_martzagency.com <mailto:brage_at_martzagency.com>
480.344.0148
_______________________________________________
Curl-and-php mailing list
http://curl.haxx.se/
Received on 2001-08-03