cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Fw: Re: "SSL: couldn't create a context!"

From: Guenter Knauf <eflash_at_gmx.net>
Date: Mon, 18 Feb 2008 01:38:18 +0100

Hi,
coming closer I think....

in the sample from XBLite I used there the curl stuff starts with:

curl_global_init ($$CURL_GLOBAL_WIN32) ' initialize CURL library

I've changed that to:
curl_global_init ($$CURL_GLOBAL_ALL) ' initialize CURL library including SSL

and now it hungs until timeout instead of giving the CTX error:
* About to connect() to www.gknw.de port 443 (#0)
* Trying 194.242.35.180... * connected
* Connected to www.gknw.de (194.242.35.180) port 443 (#0)
* SSL connection timeout
* Closing connection #0
* Timeout was reached
Download done.
File size : 0 bytes.

so there's the prob somewhere.....

Guen.
Received on 2008-02-18