Hiya,
I've been using an openresty nginx/lua web server for what must be coming up to about year now ever since I decided to move my code away from googles app engine. You can find the source to what I'm runing on my bitbucket at
https://bitbucket.org/xixs/anlua should you be currious. Or try some of my live sites, I have a test webgame running at
http://hoe.4lfa.com/hoe for instance which is what I was originally using as a basic test.
It was mostly a quick hack to move my code base off of appengine and get it running again (IE it still has a few hacks I should really fix) but it has been a live server for a while now with only one really really annoying problem for me.
Previously I had a sign on system from google/twitter/facebook and I would love to get that back in. However these sites require that I talk to them via https when doing user handshakes.
Unfortunately the SSL socket code is not wired up to lua in nginx so I can not communicate with these sites. I have had a browse through the code but I'm not really 100% sure of how the nginx tcp sockets are bound into lua so gave up and decided to wait. That was some time ago now.
So my question is:
I know its listed under TODO but are SSL sockets really likely to get added in the near future? Should I just keep waiting with my fingers crossed? :)
If not then are there any tips on what code changes would be needed to achieve this so I can have another look at patching it in myself?
Cheers,
Kriss