cURL / Mailing Lists / curl-users / Single Mail

curl-users

Empty reply from server?

From: MIYAZAKI Fumitoshi <curl_at_bulk.f2u.com>
Date: Fri, 21 Feb 2003 01:04:53 +0900

I'm using Linux2.4.16 + curl-7.10.3.
curl from command line returns "Empty reply from server". Why?
If I try the same URL with Internet Explorer6.0, returns html not empty.
If someone have good idea, please let me know.
-- thanks in advance, Miyazaki

-- URL --
https://hamu.livuy.com/

-- System --
Linux2.4.16 + curl-7.10.3

-- SSL --
o openssl-0.9.7a
  installed to /usr/local/ssl

-- curl --
o curl-7.10.3
 ./configure --enable-http --enable-ftp --enable-file --enable-telnet --with-ssl=/usr/local/ssl

-- Command and result --
# curl --show-error -A 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; Q312461)' -v --sslv3 https://hamu.livuy.com/
* About to connect() to hamu.livuy.com:443
* Connected to hamu.livuy.com (210.163.250.202) port 443
* SSL connection using DES-CBC3-SHA
* Server certificate:
* subject: /C=JP/ST=Tokyo/L=Chiyoda-ku/O=NTT COMMUNICATIONS CORPORATION/OU=Broadband IP S
ervices Business Division 1/CN=hamu.livuy.com
* start date: 2002-07-30 00:00:00 GMT
* expire date: 2003-08-09 23:59:59 GMT
* common name: hamu.livuy.com (matched)
* issuer: /C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
> GET / HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; Q312461)
Host: hamu.livuy.com
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*

* Empty reply from server
* Connection #0 left intact
* Closing connection #0

-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
Received on 2003-02-20