Update UPGRADE.rst

This commit is contained in:
Neil Johnson 2019-06-06 17:07:25 +01:00 committed by GitHub
parent 1bcd521f6e
commit 2ec57c5d16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.