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 e2fd85e commit a80b4e9Copy full SHA for a80b4e9
http/compat/prosody.lua
@@ -74,7 +74,7 @@ local function new_prosody(url, ex, callback)
74
end
75
76
if ex.sslctx then
77
- req.tls = ex.sslctx
+ req.ctx = ex.sslctx
78
79
80
cq:wrap(do_request, req, callback)
0 commit comments