diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2022-11-15 12:55:47 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2022-11-15 12:55:47 +0000 |
commit | d54511ccca5d173ce14d02e0cfebd6a913614d95 (patch) | |
tree | 9787321d3c4124bb195a34239570d7e929ae3033 /develop/print.html | |
parent | deploy: 64dd8a9c6e43beed32fa1c94fda1d3d80957fef6 (diff) | |
download | synapse-d54511ccca5d173ce14d02e0cfebd6a913614d95.tar.xz |
deploy: b5ab2c428a1c5edd634ff084019811e5f6b963d8
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index 62414a4a82..565af5df9d 100644 --- a/develop/print.html +++ b/develop/print.html @@ -6768,6 +6768,20 @@ The main Synapse process defines this with a <code>replication</code> resource i <pre><code class="language-yaml">worker_replication_http_port: 9093 </code></pre> <hr /> +<h3 id="worker_replication_http_tls"><a class="header" href="#worker_replication_http_tls"><code>worker_replication_http_tls</code></a></h3> +<p>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 <code>tls</code> option on its <a href="usage/configuration/config_documentation.html#listeners">listener</a> that +has the <code>replication</code> resource enabled.</p> +<p><strong>Please note:</strong> by default, it is not safe to expose replication ports to the +public Internet, even with TLS enabled. +See <a href="usage/configuration/config_documentation.html#worker_replication_secret"><code>worker_replication_secret</code></a>.</p> +<p>Defaults to <code>false</code>.</p> +<p><em>Added in Synapse 1.72.0.</em></p> +<p>Example configuration:</p> +<pre><code class="language-yaml">worker_replication_http_tls: true +</code></pre> +<hr /> <h3 id="worker_listeners"><a class="header" href="#worker_listeners"><code>worker_listeners</code></a></h3> <p>A worker can handle HTTP requests. To do so, a <code>worker_listeners</code> option must be declared, in the same way as the <a href="usage/configuration/config_documentation.html#listeners"><code>listeners</code> option</a> |