Skip to content

Commit

Permalink
chore: more accurate error message
Browse files Browse the repository at this point in the history
  • Loading branch information
willmafh committed Oct 25, 2024
1 parent 9a871dd commit 36d9a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_lua_ssl_certby.c
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ ngx_http_lua_ffi_set_priv_key(ngx_http_request_t *r,

pkey = cdata;
if (pkey == NULL) {
*err = "invalid private key failed";
*err = "invalid private key";
goto failed;
}

Expand Down

0 comments on commit 36d9a9b

Please sign in to comment.