diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-01-17 11:25:11 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-01-17 11:25:11 +0000 |
commit | 11ab2f56f513620d60f107fdfd5c0218cacacc7d (patch) | |
tree | 393f29b8faf5b5aeeae6a683c7fef8d78dfd1dc5 /synapse/config/tls.py | |
parent | Fix 'NoneType' object has no attribute 'writeHeaders' (diff) | |
parent | Merge pull request #2792 from matrix-org/rav/optimise_logging_context (diff) | |
download | synapse-11ab2f56f513620d60f107fdfd5c0218cacacc7d.tar.xz |
Merge branch 'develop' into rav/fix_closed_connection_errors
Diffstat (limited to 'synapse/config/tls.py')
-rw-r--r-- | synapse/config/tls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py index 4748f71c2f..29eb012ddb 100644 --- a/synapse/config/tls.py +++ b/synapse/config/tls.py @@ -96,7 +96,7 @@ class TlsConfig(Config): # certificates returned by this server match one of the fingerprints. # # Synapse automatically adds the fingerprint of its own certificate - # to the list. So if federation traffic is handle directly by synapse + # to the list. So if federation traffic is handled directly by synapse # then no modification to the list is required. # # If synapse is run behind a load balancer that handles the TLS then it |