Skip to content

Commit 89f1978

Browse files
committed
fix: error by tlsv1.3
1 parent 4abf412 commit 89f1978

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

t/gm.t

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ SSL_do_handshake() failed
353353
if ngx.shared.done:get("handshake") then
354354
local out = f:read('*a')
355355
ngx.log(ngx.INFO, out)
356-
ngx.say("ok", out)
356+
ngx.say("ok")
357357
f:close()
358358
return
359359
end
@@ -364,10 +364,8 @@ SSL_do_handshake() failed
364364
}
365365
366366
--- error_log
367-
New, TLSv1.2, Cipher is ECDHE-RSA-AES256-GCM-SHA384
367+
New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384
368368
--- no_error_log
369369
[error]
370370
[alert]
371371
[emerg]
372-
--- response_body
373-
123

0 commit comments

Comments
 (0)