Lua-cURL / Lua-cURLv3

Lua binding to libcurl
MIT License
279 stars 64 forks source link

do not support https url? #95

Closed bwb0101 closed 7 years ago

bwb0101 commented 7 years ago

[CURL-EASY][UNSUPPORTED_PROTOCOL] Unsupported protocol (1)

moteus commented 7 years ago

This is all depends on how libcurl (not Lua-cURL) was build. So try rebuild libcurl with supporting secure connections.

bwb0101 commented 7 years ago

thanks, add ssl and re-compile the normal