On Fri, 25 May 2012, Devon Yoo wrote:
I downloaded libcurl-7.25.0 a few weeks ago and complied and god it work properly. But the problem I have right now is that it can download texts from http protocol but https. So I checked curl_version_info_data and figured out data->ssl_version is "null" which means the library I am using does not support SSL. What was wrong? Did I build the library in wrong way?
Most probably you did. libcurl 7.25.0 just like every libcurl since the dawn of time supports SSL.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
