Skip to content

Commit de2607d

Browse files
committed
Synapse: default to TLS 1.2 or later for outbound federation
1 parent d34c689 commit de2607d

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

charts/matrix-stack/configs/synapse/synapse-01-shared-underrides.yaml.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ report_stats: false
99

1010
require_auth_for_profile_requests: true
1111

12+
federation_client_minimum_tls_version: '1.2'
13+
1214
{{- if $root.Values.matrixRTC.enabled }}
1315
# The maximum allowed duration by which sent events can be delayed, as
1416
# per MSC4140.

newsfragments/607.changed.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Default Synapse to requiring TLS 1.2 or later.
2+
3+
This can be overridden in additional configuration.

0 commit comments

Comments
 (0)