This commit is contained in:
reivilibre
2024-07-11 13:03:56 +00:00
parent c21a6d3e58
commit 27a661901b
5 changed files with 86 additions and 6 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ 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 added to
your <a href="../usage/configuration/homeserver_sample_config.html">homserver.yaml</a>.</p>
your <a href="../usage/configuration/homeserver_sample_config.html">homeserver.yaml</a>.</p>
<pre><code class="language-yaml">use_insecure_ssl_client_just_for_testing_do_not_use: true
</code></pre>