Skip to content

Commit

Permalink
fix(tests): adjust to OpenSSL 3.x error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Aug 29, 2023
1 parent ebf2e8b commit 7d22211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/002-upstream-tls.t
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ GET /t
.+502 Bad Gateway.+
--- error_log
upstream SSL certificate verify error: (22:certificate chain too long)
upstream SSL certificate verify error: (20:unable to get issuer certificate)
--- error_code: 502
--- no_error_log
Expand Down
2 changes: 1 addition & 1 deletion t/stream/001-upstream-tls.t
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ upstream SSL certificate verify error: (20:unable to get local issuer certificat
receive stream response error: connection reset by peer

--- error_log
upstream SSL certificate verify error: (22:certificate chain too long)
upstream SSL certificate verify error: (20:unable to get issuer certificate)

--- skip_nginx
3: < 1.21.4
Expand Down

0 comments on commit 7d22211

Please sign in to comment.