From d54511ccca5d173ce14d02e0cfebd6a913614d95 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 15 Nov 2022 12:55:47 +0000 Subject: deploy: b5ab2c428a1c5edd634ff084019811e5f6b963d8 --- develop/usage/configuration/config_documentation.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index d1a6dc42ac..e0dc6ee087 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3466,6 +3466,20 @@ The main Synapse process defines this with a replication resource i
worker_replication_http_port: 9093
 

+

worker_replication_http_tls

+

Whether TLS should be used for talking to the HTTP replication port on the main +Synapse process. +The main Synapse process defines this with the tls option on its listener that +has the replication resource enabled.

+

Please note: by default, it is not safe to expose replication ports to the +public Internet, even with TLS enabled. +See worker_replication_secret.

+

Defaults to false.

+

Added in Synapse 1.72.0.

+

Example configuration:

+
worker_replication_http_tls: true
+
+

worker_listeners

A worker can handle HTTP requests. To do so, a worker_listeners option must be declared, in the same way as the listeners option -- cgit 1.5.1