summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-11-20 17:41:17 +0000
committerGitHub <noreply@github.com>2022-11-20 17:41:17 +0000
commit8d133a8464e9b50640a60f23e60b735e9a818062 (patch)
tree22c6bb8cddcc9d131e022908935e50e3a89d5417 /changelog.d
parentFix /key/v2/server calls with URL-unsafe key IDs (#14490) (diff)
downloadsynapse-8d133a8464e9b50640a60f23e60b735e9a818062.tar.xz
Fixes to `federation_client` dev script (#14479)
* Attempt to fix federation-client devscript handling of .well-known

The script was setting the wrong value in the Host header

* Fix TLS verification

Turns out that actually doing TLS verification isn't that hard. Let's enable
it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14479.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14479.misc b/changelog.d/14479.misc
new file mode 100644
index 0000000000..08edd2f929
--- /dev/null
+++ b/changelog.d/14479.misc
@@ -0,0 +1 @@
+`scripts-dev/federation_client`: Fix routing on servers with `.well-known` files.
\ No newline at end of file