We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abf412 commit 89f1978Copy full SHA for 89f1978
t/gm.t
@@ -353,7 +353,7 @@ SSL_do_handshake() failed
353
if ngx.shared.done:get("handshake") then
354
local out = f:read('*a')
355
ngx.log(ngx.INFO, out)
356
- ngx.say("ok", out)
+ ngx.say("ok")
357
f:close()
358
return
359
end
@@ -364,10 +364,8 @@ SSL_do_handshake() failed
364
}
365
366
--- error_log
367
-New, TLSv1.2, Cipher is ECDHE-RSA-AES256-GCM-SHA384
+New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384
368
--- no_error_log
369
[error]
370
[alert]
371
[emerg]
372
---- response_body
373
-123
0 commit comments