diff --git a/init.lua b/init.lua index 99ae7f5..3434cc9 100644 --- a/init.lua +++ b/init.lua @@ -106,7 +106,7 @@ function meta_preconnect:connect(_host, _port) if type(secure) == "table" then params = secure else - params = {mode = "client", protocol = "tlsv1"} + params = {mode = "client", protocol = "any"} end s = ssl.wrap(s, params)