mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
Merge pull request #120 from narcistesa/update-tls-cfg
Disable TLSv1 protocol by default in https module
This commit is contained in:
commit
550777a9d6
@ -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",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user