luasocket
luasocket copied to clipboard
400 Bad Request when request other port with SSL
For example when I try to POST data to
https://example.com:9999
It wil happen.. Maybe I was wrong? But I do not know how to fix it..
- BTW: I know we can reconfig the Nginx in server, but we can not do like that now.. so, I can only fix it in client..
~~LuaSocket does not include SSL support directly.~~
Since #268, LuaSocket now supports SSL for HTTPS URLs (with the help of LuaSec).
Please let me know if this solves your problem.