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