I thought by default I didn't need to define SSL as libcurl by default will use Windows SSPI?
Anywho, I made the following change On line 56 of Makefile.b32 I have : DEFINES = -DNDEBUG -DWIN32 -DBUILDING_LIBCURL -DCURL_STATICLIB -USE_SSL Everything builds fine. Still throwing the same error. Maybe I am unsure by exactly what you mean. On Fri, May 30, 2014 at 4:40 PM, Daniel Stenberg <dan...@haxx.se> wrote: > On Fri, 30 May 2014, Jon Torrey wrote: > > Error Buffer = Protocol https not supported or disabled in libcurl >> > > This says all you need. HTTPS is not enabled in your build. You need to > make sure to > > 1) define USE_SSL > 2) define USE_[TLS-lib] definition for the particular backend you pick 3) > link with the appropriate TLS lib > > -- > > / daniel.haxx.se > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html >
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html