cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

(no subject)

From: Korobitsyn Dmitri <webmaster_at_rabotana.ru>
Date: Tue, 17 Jul 2001 16:52:38 +0400

Hello
I have on my server apache+php4.0.6+OpenSSL+Curl

I tyr to conect to other secure server:

$ch = curl_init ("https://xxxxx.com");
if (!$ch) die("Error ".curl_errno($ch)." ".curl_error($ch));
                
curl_exec ($ch);

echo curl_error($ch);

curl_close ($ch);

As result I have that message:

SSL: couldn't create a context!

Where is my error?

_______________________________________________
Curl-and-php mailing list
http://curl.haxx.se/
Received on 2001-07-17