@@ -583,7 +583,7 @@ failed to do SSL handshake: handshake failed
583583
584584-- - error_log eval
585585[
586- ' lua_client_hello_by_lua : handler return value: -1, client hello cb exit code: 0' ,
586+ ' ssl_client_hello_by_lua : handler return value: -1, client hello cb exit code: 0' ,
587587qr/ \[info\] .*? SSL_do_handshake\(\) failed .*? callback failed/ ,
588588' lua exit with code -1' ,
589589]
@@ -724,7 +724,7 @@ failed to do SSL handshake: handshake failed
724724
725725-- - error_log eval
726726[
727- ' lua_client_hello_by_lua : client hello cb exit code: 0' ,
727+ ' ssl_client_hello_by_lua : client hello cb exit code: 0' ,
728728qr/ \[info\] .*? SSL_do_handshake\(\) failed .*? callback failed/ ,
729729' lua exit with code -1' ,
730730]
@@ -795,7 +795,7 @@ failed to do SSL handshake: handshake failed
795795-- - error_log eval
796796[
797797' runtime error: ssl_client_hello_by_lua(nginx.conf:28):2: bad bad bad' ,
798- ' lua_client_hello_by_lua : handler return value: 500, client hello cb exit code: 0' ,
798+ ' ssl_client_hello_by_lua : handler return value: 500, client hello cb exit code: 0' ,
799799qr/ \[info\] .*? SSL_do_handshake\(\) failed .*? callback failed/ ,
800800qr/ context : ssl_client_hello_by_lua\* , client: \d+ \. \d+ \. \d+ \. \d+ , server: \d+ \. \d+ \. \d+ \. \d+: \d+/ ,
801801]
@@ -867,7 +867,7 @@ failed to do SSL handshake: handshake failed
867867-- - error_log eval
868868[
869869' runtime error: ssl_client_hello_by_lua(nginx.conf:28):3: bad bad bad' ,
870- ' lua_client_hello_by_lua : client hello cb exit code: 0' ,
870+ ' ssl_client_hello_by_lua : client hello cb exit code: 0' ,
871871qr/ \[info\] .*? SSL_do_handshake\(\) failed .*? callback failed/ ,
872872]
873873
@@ -2631,7 +2631,7 @@ ssl handshake: boolean
26312631
26322632-- - error_log eval
26332633[
2634- ' lua_client_hello_by_lua : handler return value: 0, client hello cb exit code: 1' ,
2634+ ' ssl_client_hello_by_lua : handler return value: 0, client hello cb exit code: 1' ,
26352635qr/ \[debug\] .*? SSL_do_handshake: 1 / ,
26362636' lua exit with code 0' ,
26372637]
0 commit comments