Luasec (HTTPS)
Posted: Fri Nov 15, 2013 6:48 pm
Hi,
I'm trying to implement HTTPS support for my Love2D game using Luasec by Brunoos https://github.com/brunoos/luasec
However, it requires platform specific (DLLs) and system files like (ssl.dll) which I am not able to build correctly. I have managed to run it in 32-bit mode using the DLL found here:
http://stackoverflow.com/questions/1769 ... pplication
So the question is, can I bypass using the DLLs and make it platform independent? If not, where do I find the 64-bit DLLs for it?
Thanks in advance
-j
I'm trying to implement HTTPS support for my Love2D game using Luasec by Brunoos https://github.com/brunoos/luasec
However, it requires platform specific (DLLs) and system files like (ssl.dll) which I am not able to build correctly. I have managed to run it in 32-bit mode using the DLL found here:
http://stackoverflow.com/questions/1769 ... pplication
So the question is, can I bypass using the DLLs and make it platform independent? If not, where do I find the 64-bit DLLs for it?
Thanks in advance
-j