Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document possibility of configuring tls for a worker instance in instance_map #18064

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/18064.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document `tls` option for a worker instance in `instance_map`.
4 changes: 4 additions & 0 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4465,6 +4465,10 @@ instance_map:
worker1:
host: localhost
port: 8034
other:
host: localhost
port: 8035
tls: true
Copy link
Contributor Author

@MadLittleMods MadLittleMods Jan 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't tested to make sure this works 🤷

Seems like there is some related tests if you squint at tests/http/federation/test_matrix_federation_agent.py (at-least for internal matrix-federation:// traffic)

```
Example configuration(#2, for UNIX sockets):
```yaml
Expand Down
Loading