mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-24 02:15:49 +00:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user