summary refs log tree commit diff
path: root/develop/setup/forward_proxy.html
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2022-06-30 16:22:17 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2022-06-30 16:22:17 +0000
commit843e51823db5346b08640ada8e813229541778b7 (patch)
tree4e3475e56729c121bd3d844a1ac72baebe113646 /develop/setup/forward_proxy.html
parentdeploy: 0ceb3af10b88f9f195fd42db12d33dafda8e6261 (diff)
downloadsynapse-843e51823db5346b08640ada8e813229541778b7.tar.xz
deploy: 8330fc9953032f21eb4c7d5f0627c1e6aba2459c
Diffstat (limited to 'develop/setup/forward_proxy.html')
-rw-r--r--develop/setup/forward_proxy.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/setup/forward_proxy.html b/develop/setup/forward_proxy.html

index b3019a645f..034bd7b78f 100644 --- a/develop/setup/forward_proxy.html +++ b/develop/setup/forward_proxy.html
@@ -217,8 +217,8 @@ will apply blacklisting of IP addresses.</p> it is most likely due to the proxy's certificates. To test this, the validation in Synapse can be deactivated.</p> <p><strong>NOTE</strong>: This has an impact on security and is for testing purposes only!</p> -<p>To deactivate the certificate validation, the following setting must be made in -<a href="../usage/configuration/homeserver_sample_config.html">homserver.yaml</a>.</p> +<p>To deactivate the certificate validation, the following setting must be added to +your <a href="../usage/configuration/homeserver_sample_config.html">homserver.yaml</a>.</p> <pre><code class="language-yaml">use_insecure_ssl_client_just_for_testing_do_not_use: true </code></pre>