curl : (1) Protocol https not supported or disabled in libcurl [windows XP] [duplicate]

怎甘沉沦 提交于 2019-12-25 00:26:02

问题


Possible Duplicate:
Protocol https not supported or disabled in libcurl

I get this message when trying to execute Curl on Windows XP (32 bits). Any idea how I can get it work?


回答1:


LibCURL can be compiled with or without openssl. You habe to link the open ssl binaries for the compilation using some cflags a dont know yet. Alittle google search will help you.

Greets



来源:https://stackoverflow.com/questions/12514658/curl-1-protocol-https-not-supported-or-disabled-in-libcurl-windows-xp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!