1

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

我总是会以unsupported protocol错误告终。

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

不会被触发。我正在使用带有 SSL 支持的预编译 curl 版本(我猜)

Win32 2000/XP 7.29.0 libcurl SSL Günter Knauf 3.29 MB使用来自http://curl.haxx.se/download.html / 直接的curl :http: //curl.haxx.se/gknw.net/7.29.0/dist-w32/curl-7.29.0-devel-mingw32 。压缩

谢谢您的帮助

4

0 回答 0