curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl 7.60: CURLUSESSL_ALL set, but still only ftp connection

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 28 Jun 2018 15:58:29 +0200 (CEST)

On Thu, 28 Jun 2018, Ivan Pilipenko wrote:

> I have used the following curl command line to generate the options needed
> for an SSL connection:
>
> I can see that curl does an AUTH SSL, so it seems to be working. The result
> of --libcurl was the following options list:

So it works with the command line tool but not with libcurl? Are you 100% sure
they are using the same libcurl? Is there any chance your libcurl test runs
with libcurl without TLS support? (Your code doesn't show you checking the
curl_easy_setopt() return values.)

Otherwise I suggest setting a break-point at lib/ftp.c:2651 and single-step a
few steps from there to figure out what's wrong!

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2018-06-28