cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: HTTPS POST problem

From: Mark Philip Erikson <s1278644_at_cedarville.edu>
Date: Sun, 13 Apr 2003 16:00:27 -0400

Well, I tried it with the curl executable, and got the following
essentially identical results:

D:\temp\curl\curl-7.10.3\src>curl -k -3 -v -d username=s1278644 -d
proxypath=forward -d context=default -d url=http%3A%2F%2Fslashdot.org -d
button=Login https://163.11.83.13/BM-Login/auth-cup
* About to connect() to 163.11.83.13:443
* Connected to 163.11.83.13 (163.11.83.13) port 443
* SSL connection using DES-CBC3-SHA
* Server certificate:
* subject: /O=CEDARVILLE/CN=163.11.83.13
* start date: 2002-10-09 15:14:00 GMT
* expire date: 2036-02-03 23:59:00 GMT
* common name: 163.11.83.13 (matched)
* issuer: /C=US/O=CEDARVILLE
> POST /BM-Login/auth-cup HTTP/1.1
User-Agent: curl/7.10.3 (win32) libcurl/7.10.3 OpenSSL/0.9.7
Host: 163.11.83.13
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Content-Length: 110
Content-Type: application/x-www-form-urlencoded

* SSL read error: 5
* Connection #0 left intact
curl: (56) SSL read error: 5
* Closing connection #0

It looks like it's connecting fine and sending most of the headers
fine, but dies right before it sends the POST data.

Any ideas?

Mark Erikson

-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
Received on 2003-04-13