mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-13 06:24:22 +02:00
update protocol samples(bring "tlsv1_2" to clients and "any" to servers)
This commit is contained in:
@ -7,7 +7,7 @@ local util = require("util")
|
||||
|
||||
local params = {
|
||||
mode = "server",
|
||||
protocol = "tlsv1",
|
||||
protocol = "any",
|
||||
key = "../certs/serverAkey.pem",
|
||||
certificate = "../certs/serverA.pem",
|
||||
cafile = "../certs/rootA.pem",
|
||||
|
Reference in New Issue
Block a user