mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-11 15:19:59 -04:00
Enable SSL for s2s http client
This commit is contained in:
parent
6200630904
commit
a53946a8a1
2 changed files with 7 additions and 3 deletions
|
@ -62,7 +62,7 @@ SCHEMA_VERSION = 1
|
|||
class SynapseHomeServer(HomeServer):
|
||||
|
||||
def build_http_client(self):
|
||||
return TwistedHttpClient()
|
||||
return TwistedHttpClient(self)
|
||||
|
||||
def build_resource_for_client(self):
|
||||
return JsonResource()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue