I have my own server to which my app is connected and I want the communication to be over HTTPS.
As stated in this forum thread, the network.* API doesn’t currently support self-signed certificates (although this feature is quite highly voted).
One of the suggestions to go around this issue was to use LuaSec and and wrap a TCP connection with a secured one.
However, this still is no HTTPS. It’s just secured TCP. I still need to HTTP-format the requests on my own. But hey, I’m already using LuaSec, why not use its already existing HTTPS client? Unfortunately, I had no success with that.
So, how do I use LuaSec HTTPS client in Corona SDK?
BTW, I also tried installing Lua, LuaSocket and LuaSec (along with its HTTPS client) on my machine but had no idea how to cause Corona to use them…
Any help appreciated!
Yair