Procházet zdrojové kódy

Use string for federation_client_minimum_tls_version documentation examples (#16353)

tags/v1.93.0rc1
Jan Christian Grünhage před 8 měsíci
committed by GitHub
rodič
revize
3d60b07cde
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl 5 přidání a 4 odebrání
  1. +1
    -0
      changelog.d/16353.doc
  2. +4
    -4
      docs/usage/configuration/config_documentation.md

+ 1
- 0
changelog.d/16353.doc Zobrazit soubor

@@ -0,0 +1 @@
Use string for federation_client_minimum_tls_version documentation examples. Contributed by @jcgruenhage.

+ 4
- 4
docs/usage/configuration/config_documentation.md Zobrazit soubor

@@ -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`


Načítá se…
Zrušit
Uložit