> In attempting to use curl with this address I get a message to the effect > that SSL isn't enabled in curl. > So my understanding was that I needed to compile curl with ssl. Right. > I followed the steps in > http://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2008.pdf Why do you compile curl with ssh support? You only need ssl (openssl etc.) to use https.
BTW: At http://curl.haxx.se/download.html you can download curl with ssl support for Windows. > 1>simple.obj : error LNK2019: unresolved external symbol _curl_easy_cleanup > referenced in function _main ... This means you try to link your object without libcurl. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
