Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Use string for federation_client_minimum_tls_version documentation ex…
Browse files Browse the repository at this point in the history
…amples (#16353)
  • Loading branch information
jcgruenhage committed Sep 19, 2023
1 parent 1f477d6 commit 3d60b07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.d/16353.doc
@@ -0,0 +1 @@
Use string for federation_client_minimum_tls_version documentation examples. Contributed by @jcgruenhage.
8 changes: 4 additions & 4 deletions docs/usage/configuration/config_documentation.md
Expand Up @@ -1133,14 +1133,14 @@ federation_verify_certificates: false

The minimum TLS version that will be used for outbound federation requests.

Defaults to `1`. Configurable to `1`, `1.1`, `1.2`, or `1.3`. Note
that setting this value higher than `1.2` will prevent federation to most
of the public Matrix network: only configure it to `1.3` if you have an
Defaults to `"1"`. Configurable to `"1"`, `"1.1"`, `"1.2"`, or `"1.3"`. Note
that setting this value higher than `"1.2"` will prevent federation to most
of the public Matrix network: only configure it to `"1.3"` if you have an
entirely private federation setup and you can ensure TLS 1.3 support.

Example configuration:
```yaml
federation_client_minimum_tls_version: 1.2
federation_client_minimum_tls_version: "1.2"
```
---
### `federation_certificate_verification_whitelist`
Expand Down

0 comments on commit 3d60b07

Please sign in to comment.