mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 12:14:29 +03:00
regen
This commit is contained in:
parent
9bd1432f91
commit
d3f926a5c3
1 changed files with 10 additions and 2 deletions
|
@ -259,10 +259,18 @@ listeners:
|
||||||
|
|
||||||
# Whether to verify TLS certificates when sending federation traffic.
|
# Whether to verify TLS certificates when sending federation traffic.
|
||||||
#
|
#
|
||||||
|
# This currently defaults to `false`, however this will change in
|
||||||
|
# Synapse 1.0 when valid federation certificates will be required.
|
||||||
|
#
|
||||||
#federation_verify_certificates: true
|
#federation_verify_certificates: true
|
||||||
|
|
||||||
# Prevent federation certificate validation on the following whitelist
|
# Skip federation certificate verification on the following whitelist
|
||||||
# of domains. Only effective if federation_verify_certicates is true.
|
# of domains.
|
||||||
|
#
|
||||||
|
# Note that this should only be used within the context of private
|
||||||
|
# federation as it will otherwise break things.
|
||||||
|
#
|
||||||
|
# Only effective if federation_verify_certicates is `true`.
|
||||||
#
|
#
|
||||||
#federation_certificate_verification_whitelist:
|
#federation_certificate_verification_whitelist:
|
||||||
# - lon.example.com
|
# - lon.example.com
|
||||||
|
|
Loading…
Reference in a new issue