cURL / Mailing Lists / curl-library / Single Mail

curl-library

CURLE_UNSUPPORTED_PROTOCOL

From: Martha Zimet <zimet_at_manray.com>
Date: Sat, 3 Apr 2004 17:34:31 +0000 (PST)

I am trying to write a simple program to connect to a https server
but I am getting a CURLE_UNSUPPORTED_PROTOCOL error from
curl_easy_perform(). I have verified that SSL support is
indeed available via curl_version_info() and I have also
set the following:

        curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
        curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 1);
        
The https server is also valid. What am I missing?

Thanks in advance.

Regards,

/martha
Received on 2004-04-04