mirror of
https://github.com/brunoos/luasec.git
synced 2024-12-27 21:08:22 +01:00
Use "any" protocol, but SSL.
This commit is contained in:
parent
72e159149b
commit
407ff6133c
@ -25,8 +25,8 @@ local _M = {
|
|||||||
|
|
||||||
-- TLS configuration
|
-- TLS configuration
|
||||||
local cfg = {
|
local cfg = {
|
||||||
protocol = "tlsv1",
|
protocol = "any",
|
||||||
options = "all",
|
options = {"all", "no_sslv2", "no_sslv3"},
|
||||||
verify = "none",
|
verify = "none",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user