cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Using HTTPS in multi-threaded dynamic library plugin on CentOS

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 16 Apr 2010 16:54:18 +0200 (CEST)

On Fri, 16 Apr 2010, Adal Chiriliuc wrote:

> I have tried building libcurl using the normal way, but https: still doesn't
> work (CURL_VERSION_SSL on, ssl_version empty, https in the list of supported
> protocols).

I assume 'curl' in that build is working properly with HTTPS?

> I don't know what else to try.

I would do 'nm' on the built executable to see that there are SSL-related
libcurl function names in there.

I would set a break-point in libcurl's findprotocol() function and see for
myself how it looks like. And then possibly also in curl_version_info() and
single-step trough to fully understand what's going on there as well.

I'm still convinced your problems are related to your (build) environment and
setup somehow...

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-04-16