@@ -449,7 +449,7 @@ failed to do SSL handshake: handshake failed
449449-- - error_log eval
450450[
451451' lua_certificate_by_lua: handler return value: -1, cert cb exit code: 0' ,
452- qr/ \[crit \] .*? SSL_do_handshake\(\) failed .*? cert cb error/ ,
452+ qr/ \[info \] .*? SSL_do_handshake\(\) failed .*? cert cb error/ ,
453453' lua exit with code -1' ,
454454]
455455
@@ -568,7 +568,7 @@ failed to do SSL handshake: handshake failed
568568-- - error_log eval
569569[
570570' lua_certificate_by_lua: cert cb exit code: 0' ,
571- qr/ \[crit \] .*? SSL_do_handshake\(\) failed .*? cert cb error/ ,
571+ qr/ \[info \] .*? SSL_do_handshake\(\) failed .*? cert cb error/ ,
572572' lua exit with code -1' ,
573573]
574574
@@ -628,7 +628,7 @@ failed to do SSL handshake: handshake failed
628628[
629629' runtime error: ssl_certificate_by_lua:2: bad bad bad' ,
630630' lua_certificate_by_lua: handler return value: 500, cert cb exit code: 0' ,
631- qr/ \[crit \] .*? SSL_do_handshake\(\) failed .*? cert cb error/ ,
631+ qr/ \[info \] .*? SSL_do_handshake\(\) failed .*? cert cb error/ ,
632632qr/ context : ssl_certificate_by_lua\* , client: \d+ \. \d+ \. \d+ \. \d+ , server: \d+ \. \d+ \. \d+ \. \d+: \d+/ ,
633633]
634634
@@ -689,7 +689,7 @@ failed to do SSL handshake: handshake failed
689689[
690690' runtime error: ssl_certificate_by_lua:3: bad bad bad' ,
691691' lua_certificate_by_lua: cert cb exit code: 0' ,
692- qr/ \[crit \] .*? SSL_do_handshake\(\) failed .*? cert cb error/ ,
692+ qr/ \[info \] .*? SSL_do_handshake\(\) failed .*? cert cb error/ ,
693693]
694694
695695-- - no_error_log
0 commit comments