mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 17:10:43 +03:00
Update UPGRADE.rst
This commit is contained in:
parent
1bcd521f6e
commit
2ec57c5d16
1 changed files with 3 additions and 3 deletions
|
@ -66,9 +66,9 @@ that have not correctly configured their certificates.
|
||||||
In rare cases, it may be desirable to disable certificate checking: for
|
In rare cases, it may be desirable to disable certificate checking: for
|
||||||
example, it might be essential to be able to federate with a given legacy
|
example, it might be essential to be able to federate with a given legacy
|
||||||
server in a closed federation. This can be done in one of two ways:-
|
server in a closed federation. This can be done in one of two ways:-
|
||||||
|
|
||||||
* Configure the global switch ``federation_verify_certificates`` to ``false``.
|
* Configure the global switch ``federation_verify_certificates`` to ``false``.
|
||||||
* Configure a whitelist of server domains to trust via
|
* Configure a whitelist of server domains to trust via ``federation_certificate_verification_whitelist``.
|
||||||
``federation_certificate_verification_whitelist``.
|
|
||||||
|
|
||||||
See the `sample configuration file <docs/sample_config.yaml>`_
|
See the `sample configuration file <docs/sample_config.yaml>`_
|
||||||
for more details on these settings.
|
for more details on these settings.
|
||||||
|
|
Loading…
Reference in a new issue