mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 04:04:54 -04:00
Fix SSL for federation http client
This commit is contained in:
parent
00b042a3eb
commit
5452a8ee29
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ def matrix_endpoint(reactor, destination, ssl_context_factory=None,
|
|||
default_port = 8080
|
||||
else:
|
||||
transport_endpoint = SSL4ClientEndpoint
|
||||
endpoint_kw_args.update(ssl_context_factory=ssl_context_factory)
|
||||
endpoint_kw_args.update(sslContextFactory=ssl_context_factory)
|
||||
default_port = 443
|
||||
|
||||
if port is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue