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 -- TLS configuration
local cfg = { local cfg = {
protocol = "tlsv1", protocol = "any",
options = "all", options = {"all", "no_sslv2", "no_sslv3"},
verify = "none", verify = "none",
} }