mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
parent
6cd6a2ae59
commit
733342ad3e
1
changelog.d/15746.bugfix
Normal file
1
changelog.d/15746.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix regression where using TLS for replication did not work. Introduced in v1.85.0.
|
@ -76,7 +76,7 @@ class ReplicationEndpointFactory:
|
||||
endpoint = wrapClientTLS(
|
||||
# The 'port' argument below isn't actually used by the function
|
||||
self.context_factory.creatorForNetloc(
|
||||
self.instance_map[worker_name].host,
|
||||
self.instance_map[worker_name].host.encode("utf-8"),
|
||||
self.instance_map[worker_name].port,
|
||||
),
|
||||
endpoint,
|
||||
|
Loading…
Reference in New Issue
Block a user