Use "any" protocol, but SSL.

This commit is contained in:
Bruno Silvestre 2016-02-16 09:35:47 -02:00
parent 72e159149b
commit 407ff6133c

View File

@ -25,8 +25,8 @@ local _M = {
-- TLS configuration
local cfg = {
protocol = "tlsv1",
options = "all",
protocol = "any",
options = {"all", "no_sslv2", "no_sslv3"},
verify = "none",
}