curl-users
Nonblocking sockets still not working in all cases...
Date: Wed, 30 Jan 2002 15:13:25 +0100
Hi,
I'm still having trouble with some https-servers:
$ curl -i -v 'https://notes1.db24.de/eforms.nsf/form_ipaket?openform'
* SSL connection using DES-CBC3-MD5
* Server certificate:
* subject: /C=DE/ST=Hessen/L=Frankfurt/O=Deutsche Bank 24 AG/OU=IT E-Commerce Technology/CN=notes1.db24.de
* start date: 2001-10-04 00:00:00 GMT
* expire date: 2002-10-17 23:59:59 GMT
* common name: notes1.db24.de (matched)
* 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 notes1.db24.de (195.124.75.105)
> GET /eforms.nsf/form_ipaket?openform HTTP/1.1
User-Agent: curl/7.9.3 (i686-pc-linux-gnu) libcurl 7.9.3 (OpenSSL 0.9.6)
Host: notes1.db24.de
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
HTTP/1.1 200 OK
Server: Lotus-Domino/5.0.5
Date: Wed, 30 Jan 2002 13:44:01 GMT
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 11932
* Closing connection #0
curl: (18) transfer closed with 11932 bytes remaining to read
Curl seems to close the connection after the headers have been received.
With curl 7.9.1 it work perfectly.
Bye,
Georg
Received on 2002-01-30