lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 25 November 2015 at 07:23, Geoff Smith <spammealot1@live.co.uk> wrote:
> Hello Paul
>
> Thanks very much for the reply.
>
> I get  "module 'ssl.https' not found:" When I try
>
> https = require("ssl.https")".
>
> I should have mentioned I am using LuaSocket 2.0.2.  Do I need to get a more up to date version of LuaSocket, or is 2.0.2 OK and I need to download an additional SSL library ?
>
> Regards Geoff
>

ssl.https is provided by LuaSec:
https://github.com/brunoos/luasec

Regards,
Choonster