lua-users home
lua-l archive

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


Hi

Thanks for the suggestion, I tried

webText, code, headers, status = https.request({url="" options="no_sslv3", protocol="tlsv1_2"})

This didnt work, I get the same error "sslv3 alert handshake failure"

Do I need a specific version of luasec for that options command ?

Regards Geoff


From: lua-l-bounces@lists.lua.org <lua-l-bounces@lists.lua.org> on behalf of Oliver Kroth <oliver.kroth@nec-i.de>
Sent: 25 March 2019 12:19
To: lua-l@lists.lua.org
Subject: Re: Problem trying to download a webpage
 


Am 25.03.19 um 12:51 schrieb Geoff Smith:
> ssl.newcontext({mode="client", protocol="tlsv1_2"})
Hi,

you may like to add an options="no_sslv3", which tells your side not to
attempt a SSL3  connection that is not accepted at the server.

--
Oliver