-
- Downloads
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>
Showing
- changelog.d/14128.misc 1 addition, 0 deletionschangelog.d/14128.misc
- docs/usage/configuration/config_documentation.md 20 additions, 0 deletionsdocs/usage/configuration/config_documentation.md
- synapse/app/_base.py 52 additions, 1 deletionsynapse/app/_base.py
- synapse/app/generic_worker.py 7 additions, 21 deletionssynapse/app/generic_worker.py
- synapse/app/homeserver.py 4 additions, 30 deletionssynapse/app/homeserver.py
- synapse/config/workers.py 7 additions, 0 deletionssynapse/config/workers.py
- synapse/replication/http/_base.py 9 additions, 1 deletionsynapse/replication/http/_base.py
Loading
Please register or sign in to comment