Skip to content

Commit c53f049

Browse files
authored
chore(comment): fix small comment to be correct (#216)
1 parent f3d9346 commit c53f049

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/tls-sni.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ local server_params = {
2424
options = {"all", "no_sslv2", "no_sslv3", "no_tlsv1"},
2525
},
2626
sni = {
27-
strict = true, -- only allow connection 'myhost.com'
27+
strict = true, -- reject client-supplied SNI names other than 'myhost.com';
28+
-- clients that send no SNI still connect using the default context
2829
names = {}
2930
}
3031
}

0 commit comments

Comments
 (0)