Search found 5 matches
- Wed Jun 20, 2018 4:41 pm
- Forum: Support and Development
- Topic: SSL, HTTPS in Love2D
- Replies: 14
- Views: 19474
Re: SSL, HTTPS in Love2D
Googling for luasec binaries gives a thread in this forum. https://love2d.org/forums/viewtopic.php?t=76728 They're too old. LMGTFY: https://github.com/pkulchenko/ZeroBraneStudio/tree/master/bin/clibs Error: error loading module 'ssl' from file '.\ssl.dll': %1 is not a valid Win32 application. -
- Tue Jun 19, 2018 10:24 pm
- Forum: Support and Development
- Topic: SSL, HTTPS in Love2D
- Replies: 14
- Views: 19474
Re: SSL, HTTPS in Love2D
Googling for luasec binaries gives a thread in this forum. https://love2d.org/forums/viewtopic.php?t=76728 They're too old. Error: error loading module 'ssl' from file '.\ssl.dll': The specified procedure could not be found. stack traceback: [C]: at 0x7ffa0d175b40 [C]: in function 'require' main.lu...
- Tue Jun 19, 2018 6:30 pm
- Forum: Support and Development
- Topic: SSL, HTTPS in Love2D
- Replies: 14
- Views: 19474
Re: SSL, HTTPS in Love2D
sorry the link was wrong (it was the wiki): https://github.com/brunoos/luasec unfortunately i don't have the time to implement this yet (or possibly even the capability, it needs OpenSSL, this might limit it's cross platform capability), you may need to keep asking or try the above repository I wro...
- Tue Jun 19, 2018 8:08 am
- Forum: Support and Development
- Topic: SSL, HTTPS in Love2D
- Replies: 14
- Views: 19474
Re: SSL, HTTPS in Love2D
I can't understand what I need to do with luasec, there's no dll or lua libraries to workDarkShroom wrote: ↑Mon Jun 18, 2018 9:30 pm haven't done this myself but perhaps:
https://stackoverflow.com/questions/828 ... est-in-lua
=>
https://github.com/brunoos/luasec/wiki
?
- Mon Jun 18, 2018 8:18 pm
- Forum: Support and Development
- Topic: SSL, HTTPS in Love2D
- Replies: 14
- Views: 19474
SSL, HTTPS in Love2D
Hello, Community. I have a problem with making HTTPS requests. I want to use sites API, they strictly want secure connection. I tried to insert luasocket in Love2D but it's was unsuccessful. Did someone try set up HTTPS SSL connection in Love2D? I'm using it only for one PC. OpenSSL installed. Thanks.