cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem related to porting Curl on VDK

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 22 Mar 2008 22:02:03 +0100 (CET)

On Fri, 21 Mar 2008, Ajeet kumar.S wrote:

> both code was working separately on VDK. But for working on https I combined
> openssl and curl and tested for both http and https.
>
> But I always got result for both (http, https) after curl_easy_perform is
> "Unsupported Protocol ".
>
> Please suggest me how I can remove this problem.

You've built (lib)curl without SSL support, which thus is because your
config.h file doesn't contain the necessary defines for that. I think you'll
be able to shortcut the enabling by manually defining USE_SSLEAY.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2008-03-22