lua-users home
lua-l archive

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




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