cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-479678 ] curl returns no output with https

From: <noreply_at_sourceforge.net>
Date: Thu, 08 Nov 2001 09:28:09 -0800

Bugs item #479678, was opened at 2001-11-08 09:28
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=479678&group_id=976

Category: https
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: curl returns no output with https

Initial Comment:
When I use curl to get an URL via SSL (https), curl
returns no output. I searched the web, and tried
rebuilding on several different systems, with no luck.
All the installations were done from source tarballs,
and the openssl libraries have been tested, and don't
seem to be at fault (although I could be wrong).

Here's an example of the output I get with curl in
verbose mode:

[root@console]# curl -vvv https://secure.daslweb.net
* SSL connection using EDH-RSA-DES-CBC3-SHA
* Server certificate:
* subject: /C=CA/ST=Quebec/L=Montreal/O=Daslweb
Inc./CN=secure.daslweb.net
* common name: secure.daslweb.net (matched)
*
issuer: /C=US/O=Entrust.net/OU=www.entrust.net/CPS
incorp. by ref. (limits liab.)/OU=(c) 1999 Entrust.net
Limited/CN=Entrust.net Secure Server Certification
Authority
* Connected to secure.daslweb.net (64.69.86.30)
> GET / HTTP/1.1
User-Agent: curl/7.8.1 (i586-pc-linux-gnu) libcurl
7.8.1 (OpenSSL 0.9.6b)
Host: secure.daslweb.net
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, */*

* Connection (#0) left alive
* Closing live connection (#0)

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=479678&group_id=976
Received on 2001-11-08