我设法在我的程序中为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
中的curWin32 2000/XP 7.29.0 libcurl SSL Günter Knauf 3.29 MB
感谢您的帮助