diff options
Diffstat (limited to 'synapse/config/tls.py')
-rw-r--r-- | synapse/config/tls.py | 5 |
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`. # |