diff --git a/src/https.lua b/src/https.lua index 35371dd..ee953f0 100644 --- a/src/https.lua +++ b/src/https.lua @@ -27,7 +27,7 @@ local _M = { -- TLS configuration local cfg = { protocol = "any", - options = {"all", "no_sslv2", "no_sslv3"}, + options = {"all", "no_sslv2", "no_sslv3", "no_tlsv1"}, verify = "none", }