Skip to content

Commit 501ebac

Browse files
authored
chore: more accurate error message.
1 parent 9a871dd commit 501ebac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_ssl_certby.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ ngx_http_lua_ffi_set_priv_key(ngx_http_request_t *r,
14331433

14341434
pkey = cdata;
14351435
if (pkey == NULL) {
1436-
*err = "invalid private key failed";
1436+
*err = "invalid private key";
14371437
goto failed;
14381438
}
14391439

0 commit comments

Comments
 (0)