Did LiveCode Server Support HTTPS(SSL)??
Posted: Sun Jul 26, 2015 5:35 am
I want to make a HTTPS request to call a web service in my server script like this
I've tested this script in LiveCode IDE environment and it works fine. But when I tested on LC server, tResult shows "error Protocol https not supported or disabled in libcurl" or "couldn't configure ssl". I did setup ssl certification for my server. So, I'm wondering if livecode server can support https request? Or I did miss something?
Thanks,
HedgeHao
Code: Select all
put URL("[HTTPS URL Here]") into tResult
Thanks,
HedgeHao