There was an error while loading. Please reload this page.
1 parent f3d9346 commit c53f049Copy full SHA for c53f049
1 file changed
tests/tls-sni.lua
@@ -24,7 +24,8 @@ local server_params = {
24
options = {"all", "no_sslv2", "no_sslv3", "no_tlsv1"},
25
},
26
sni = {
27
- strict = true, -- only allow connection 'myhost.com'
+ strict = true, -- reject client-supplied SNI names other than 'myhost.com';
28
+ -- clients that send no SNI still connect using the default context
29
names = {}
30
}
31
0 commit comments