Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ report_stats: false

require_auth_for_profile_requests: true

federation_client_minimum_tls_version: '1.2'

{{- if $root.Values.matrixRTC.enabled }}
# The maximum allowed duration by which sent events can be delayed, as
# per MSC4140.
Expand Down
3 changes: 3 additions & 0 deletions newsfragments/609.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Default Synapse to requiring TLS 1.2 or later.

This can be overridden in additional configuration.
Loading