diff --git a/src/https.lua b/src/https.lua index 1c042c7..93fc78a 100644 --- a/src/https.lua +++ b/src/https.lua @@ -25,8 +25,8 @@ local _M = { -- TLS configuration local cfg = { - protocol = "tlsv1", - options = "all", + protocol = "any", + options = {"all", "no_sslv2", "no_sslv3"}, verify = "none", }