diff options
author | Tuomas Ojamies <tuomas.ojamies@gmail.com> | 2022-11-15 13:55:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 12:55:00 +0000 |
commit | b5ab2c428a1c5edd634ff084019811e5f6b963d8 (patch) | |
tree | c2d8ac06e38f34df6b7a73f628fdec61e1ea04e3 /changelog.d | |
parent | Update docstring to clarify that `get_partial_state_events_batch` does not ju... (diff) | |
download | synapse-b5ab2c428a1c5edd634ff084019811e5f6b963d8.tar.xz |
Support using SSL on worker endpoints. (#14128)
* Fix missing SSL support in worker endpoints. * Add changelog * SSL for Replication endpoint * Remove unit test change * Refactor listener creation to reduce duplicated code * Fix the logger message * Update synapse/app/_base.py Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> * Update synapse/app/_base.py Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> * Update synapse/app/_base.py Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> * Add config documentation for new TLS option Co-authored-by: Tuomas Ojamies <tojamies@palantir.com> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14128.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14128.misc b/changelog.d/14128.misc new file mode 100644 index 0000000000..29168ef955 --- /dev/null +++ b/changelog.d/14128.misc @@ -0,0 +1 @@ +Add TLS support for generic worker endpoints. |