[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to get a webpage with Lua Socket ?
- From: Choonster TheMage <choonster.2010@...>
- Date: Wed, 25 Nov 2015 07:26:26 +1100
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