summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-04-08 17:58:54 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-04-08 17:58:54 +0100
commit92cc6b0383482200785f09d6e1531563eb50bb90 (patch)
tree8043ebd64f91e39ac2f57d61c546255d2a4f191c
parentAdd comment and simplify diff (diff)
downloadsynapse-92cc6b0383482200785f09d6e1531563eb50bb90.tar.xz
Heavier warning about disabling TLS verification
-rw-r--r--synapse/config/tls.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py
index ea54bd0793..72dd5926f9 100644
--- a/synapse/config/tls.py
+++ b/synapse/config/tls.py
@@ -251,8 +251,9 @@ class TlsConfig(Config):
         # Skip federation certificate verification on the following whitelist
         # of domains.
         #
-        # This setting should only normally be used within a private network of
-        # homeservers.
+        # This setting should only be used in very specific cases, such as
+        # federation over Tor hidden services and similar. For private networks
+        # of homeservers, you likely want to use a private CA instead.
         #
         # Only effective if federation_verify_certicates is `true`.
         #