summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-11-15 10:00:32 +0000
committerRichard van der Hoff <richard@matrix.org>2018-11-15 10:03:36 +0000
commit4f8bb633c7194bc579cae8f568034bc5ff1ac6bc (patch)
tree00cfd30d07634892786260a0ae678d4c45a4730f
parentMerge pull request #4184 from matrix-org/rav/fix_public_consent (diff)
downloadsynapse-4f8bb633c7194bc579cae8f568034bc5ff1ac6bc.tar.xz
Update README for #1491 fix
-rw-r--r--README.rst7
-rw-r--r--changelog.d/4188.misc1
2 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 9165db8319..a74fd6d9c1 100644
--- a/README.rst
+++ b/README.rst
@@ -729,9 +729,10 @@ port:
 
   .. __: `key_management`_
 
-* Synapse does not currently support SNI on the federation protocol
-  (`bug #1491 <https://github.com/matrix-org/synapse/issues/1491>`_), which
-  means that using name-based virtual hosting is unreliable.
+* Until v0.33.3, Synapse did not support SNI on the federation port
+  (`bug #1491 <https://github.com/matrix-org/synapse/issues/1491>`_). This bug
+  is now fixed, but means that federating with older servers can be unreliable 
+  when using name-based virtual hosting.
 
 Furthermore, a number of the normal reasons for using a reverse-proxy do not
 apply:
diff --git a/changelog.d/4188.misc b/changelog.d/4188.misc
new file mode 100644
index 0000000000..80c3995870
--- /dev/null
+++ b/changelog.d/4188.misc
@@ -0,0 +1 @@
+Update README to reflect the fact that #1491 is fixed