Skip to content

Commit a80b4e9

Browse files
committed
http/compat/prosody: SSL_CTX* is now passed in .ctx not .tls
1 parent e2fd85e commit a80b4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/compat/prosody.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ local function new_prosody(url, ex, callback)
7474
end
7575
end
7676
if ex.sslctx then
77-
req.tls = ex.sslctx
77+
req.ctx = ex.sslctx
7878
end
7979
end
8080
cq:wrap(do_request, req, callback)

0 commit comments

Comments
 (0)