Skip to content

Commit 7624d20

Browse files
catbro666pintsized
authored andcommitted
fix error message
1 parent 814f2ae commit 7624d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/http_connect.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ local function connect(self, options)
192192
end
193193

194194
if not openssl_available then
195-
return nil, "module `resty.openssl.*` not available, mTLS isn't supported with lua-resty-openssl"
195+
return nil, "module `resty.openssl.*` not available, mTLS isn't supported without lua-resty-openssl"
196196
end
197197

198198
-- convert from `void*` to `OPENSSL_STACK*`

0 commit comments

Comments
 (0)