We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7624d20 commit 52f83bbCopy full SHA for 52f83bb
lib/resty/http_connect.lua
@@ -19,7 +19,7 @@ local openssl_available, res = xpcall(function()
19
end, debug.traceback)
20
21
if not openssl_available then
22
- ngx_log(ngx_WARN, "failed to load module `resty.openssl.*`, mTLS isn't supported without lua-resty-openssl :\n", res)
+ ngx_log(ngx_WARN, "failed to load module `resty.openssl.*`, mTLS isn't supported without lua-resty-openssl:\n", res)
23
end
24
25
--[[
0 commit comments