From f850c1d439a28710a5f55bb9b7e9b0639d9a7aad Mon Sep 17 00:00:00 2001 From: clokep Date: Tue, 19 Sep 2023 11:25:49 +0000 Subject: deploy: 3d60b07cdeb2f91a3d41b6f1190967c1c84bd325 --- develop/usage/configuration/config_documentation.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index e283adc3e6..270fc2ef93 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1122,12 +1122,12 @@ any intermediate certificates (for instance, if using certbot, use

federation_client_minimum_tls_version

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:

-
federation_client_minimum_tls_version: 1.2
+
federation_client_minimum_tls_version: "1.2"
 

federation_certificate_verification_whitelist

-- cgit 1.5.1