From 95076f77c1b370ecef780c7bbf631bd34868c982 Mon Sep 17 00:00:00 2001 From: Richard Brežák Date: Tue, 24 Oct 2023 15:45:21 +0200 Subject: Fix http/s proxy authentication with long username/passwords (#16504) --- changelog.d/16504.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16504.bugfix (limited to 'changelog.d/16504.bugfix') diff --git a/changelog.d/16504.bugfix b/changelog.d/16504.bugfix new file mode 100644 index 0000000000..60839c474b --- /dev/null +++ b/changelog.d/16504.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.41 where HTTP(S) forward proxy authorization would fail when using basic HTTP authentication with a long `username:password` string. -- cgit 1.5.1