cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: CURL stopped working an need help

From: John W <jmw136_at_gmail.com>
Date: Thu, 30 Mar 2006 19:04:32 -0600

The output was with CURL 7.14.0.

I upgraded to:
curl 7.15.3 (i586-pc-mingw32msvc) libcurl/7.15.3 OpenSSL/0.9.7c zlib/1.2.2
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: Largefile NTLM SSL libz

It did not fix the problem, here is the output that I got:

====================================================

C:\stoz\utils\curl>curl -v -b "cookies.txt" -d
"&status=1&status=2&status=10&status=3&format=csv&sheet=openOrders" -o "
nfo.csv" https://orderzone.deere.com/ozone/vendor/DownloadOrders.do
* About to connect() to orderzone.deere.com port 443
* Trying 206.252.142.129... connected
* Connected to orderzone.deere.com (206.252.142.129) port 443
* successfully set certificate verify locations:
* CAfile: C:\stoz\utils\curl\curl-ca-bundle.crt
  CApath: none
* SSLv2, Client hello (1):
SSLv3, TLS handshake, Server hello (2):
SSLv3, TLS handshake, CERT (11):
SSLv3, TLS handshake, Server key exchange (12):
SSLv3, TLS handshake, Server finished (14):
SSLv3, TLS handshake, Client key exchange (16):
SSLv3, TLS change cipher, Client hello (1):
SSLv3, TLS handshake, Finished (20):
SSLv3, TLS change cipher, Client hello (1):
SSLv3, TLS handshake, Finished (20):
SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
* subject: /C=US/ST=Illinois/L=Moline/O=Deere & Company/OU=IPN
Internet Services/CN=orderzone.deere.com
* start date: 2005-09-01 15:44:00 GMT
* expire date: 2006-09-02 15:44:00 GMT
* common name: orderzone.deere.com (matched)
* issuer: /C=US/O=Equifax/OU=Equifax Secure Certificate Authority
* SSL certificate verify ok.
> POST /ozone/vendor/DownloadOrders.do HTTP/1.1
> User-Agent: curl/7.15.3 (i586-pc-mingw32msvc) libcurl/7.15.3
OpenSSL/0.9.7c zlib/1.2.2
> Host: orderzone.deere.com
> Accept: */*
> Cookie: encpricemode=false; JSESSIONID=
3CB6080D729AB11238755E86B3D8364A.app1
> Content-Length: 65
> Content-Type: application/x-www-form-urlencoded
>
> &status=1&status=2&status=10&status=3&format=csv&sheet=openOrdersHTTP/1.1
200 OK
< Date: Fri, 31 Mar 2006 01:02:44 GMT
< Server: Apache
< Pragma:
< Cache-Control: private
< Expires: Wed, 31 Dec 1969 23:59:59 GMT
< Content-Disposition: attachment; filename="Orders_2006_03_30_200244.csv"
< Content-Description: Orders.csv
< Content-Type: text/csv
< Content-Length: 0
  % Total % Received % Xferd Average Speed Time Time Time
Current
                                 Dload Upload Total Spent Left
Speed
  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0* Connection #0 to host orderzone.deere.c
m left intact

* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
====================================================

On 3/30/06, Dan Fandrich <dan_at_coneharvesters.com> wrote:
>
> On Thu, Mar 30, 2006 at 06:07:47PM -0600, John W wrote:
> > I have been using CURL for about 2 years now, I would consider myself an
> > intermediate user but have stumbled onto a problem that I am pretty lost
> on.
> >
> > Up to now, when I would execute the command shown below it would
> download a CSV
> > data file. I think the webpage developer made some changes and now CURL
> does
> > everything except to download the data file.
> >
> > I tried specifing a particular browser and have run it in verbose mode.
> >
> > Any help or direction you can point me in would be beneficial.
>
> What's the output of curl --version? There was a bug fixed in 7.15.1 to
> do
> with server TLS rehandshakes, but that affected GnuTLS only.
>
> >>> Dan
> --
> http://www.MoveAnnouncer.com The web change of address
> service
> Let webmasters know that your web site has moved
>
Received on 2006-03-31