luasocket icon indicating copy to clipboard operation
luasocket copied to clipboard

400 Bad Request when request other port with SSL

Open moonagic opened this issue 8 years ago • 1 comments

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..

moonagic avatar Apr 05 '16 12:04 moonagic

~~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.

ewestbrook avatar Feb 18 '19 04:02 ewestbrook