mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -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
|
@ -180,7 +180,7 @@ class TwistedHttpClient(HttpClient):
|
|||
# TODO: setup and pass in an ssl_context to enable TLS
|
||||
endpoint = matrix_endpoint(
|
||||
reactor, destination, timeout=10,
|
||||
ssl_context_factory=self.hs.tls_tls_context_factory
|
||||
ssl_context_factory=self.hs.tls_context_factory
|
||||
)
|
||||
|
||||
while True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue