I managed to run curl
for http
in my programs, but I fail miserably when I try to make https
connections.
I will always end up with the unsupported protocol
error.
if( vinfo->features & CURL_VERSION_SSL )
{
f << "LIBCURL: SSL Support Enabled\n" << endl;
}
Won't be triggered. I am using the pre-compiled curl version with SSL support (I guess)
Using curl Win32 2000/XP 7.29.0 libcurl SSL Günter Knauf 3.29 MB
from 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
Thanks for the help