如何在cpp中为https支持设置curl

时间:2013-04-09 18:51:36

标签: c++ curl cryptography openssl libcurl

我设法在我的程序中为curl运行http,但是当我尝试建立https连接时,我失败了。

我总是会遇到unsupported protocol错误。

 if( vinfo->features & CURL_VERSION_SSL )
 {
     f << "LIBCURL: SSL Support Enabled\n" << endl;
 } 

不会被触发。我使用预编译的卷曲版本和SSL支持(我猜)

使用http://curl.haxx.se/download.html / direct:http://curl.haxx.se/gknw.net/7.29.0/dist-w32/curl-7.29.0-devel-mingw32.zip

中的cur Win32 2000/XP 7.29.0 libcurl SSL Günter Knauf 3.29 MB

感谢您的帮助

0 个答案:

没有答案