parent
6cd6a2ae59
commit
733342ad3e
|
@ -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