curl-library
Re: no response return when using https in libcurl
From: Victor Hu <VictorHu_at_blue-world.net>
Date: Wed, 19 Jun 2002 09:52:35 -0700
Date: Wed, 19 Jun 2002 09:52:35 -0700
I have tried "curl_global_init(CURL_GLOBAL_DEFAULT)", but it's not useful.
Thanks,
Victor
blue world information technology inc.,
suite 700, 555 west hastings st,
vancouver, bc, v6b 4n5, canada
tel: (604) 443-5007, fax: (604) 443-5096
http://www.blue-world.net
-----Daniel Stenberg <daniel@haxx.se> wrote: -----
To: Victor Hu <VictorHu@blue-world.net>
From: Daniel Stenberg <daniel@haxx.se>
Date: 06/19/2002 06:38AM
cc: libcurl Mailing list <curl-library@lists.sourceforge.net>
Subject: Re: no response return when using https in libcurl
----------------------------------------------------------------------------
Bringing you mounds of caffeinated joy
>>> http://thinkgeek.com/sf <<<
Received on 2002-06-19
blue world information technology inc.,
suite 700, 555 west hastings st,
vancouver, bc, v6b 4n5, canada
tel: (604) 443-5007, fax: (604) 443-5096
http://www.blue-world.net
To: Victor Hu <VictorHu@blue-world.net>
From: Daniel Stenberg <daniel@haxx.se>
Date: 06/19/2002 06:38AM
cc: libcurl Mailing list <curl-library@lists.sourceforge.net>
Subject: Re: no response return when using https in libcurl
On Tue, 18 Jun 2002, Victor Hu wrote:> I have used "curl_global_init(CURL_GLOBAL_SSL)" before I called> curl_easy_init().But you're using Windows, right?Did you init winsock yourself then I presume or why didn't you setCURL_GLOBAL_WIN32 as well?If you check the curl sources, it uses: curl_global_init(CURL_GLOBAL_DEFAULT);-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/