You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Sometimes you're running Synapse and not wanting to trust any other Synapse server as a keyserver (either for privacy reasons or you're running in a private federation).
In this case, it's not obvious that the way that you specify "No external key server please" is to set trusted_key_servers to an empty array []. Commenting out the block will just default to matrix.org.
We should add a line in the config help for this option to state that contacting 3rd party trusted key servers can be disabled by setting trusted_key_servers to [].
Synapse v1.11.1
The text was updated successfully, but these errors were encountered:
Opting for no key servers would potentially make some rooms unjoinable for you. It's less of a risk in private federations as the keys get bootstrapped and gossiped elsewhere (though Synapse doesn't do this: #6086 ), however if disabled for privacy reasons it's entirely possible that you won't get someone's key and be forced to (soft) reject all their events.
Sometimes you're running Synapse and not wanting to trust any other Synapse server as a keyserver (either for privacy reasons or you're running in a private federation).
In this case, it's not obvious that the way that you specify "No external key server please" is to set
trusted_key_servers
to an empty array[]
. Commenting out the block will just default tomatrix.org
.We should add a line in the config help for this option to state that contacting 3rd party trusted key servers can be disabled by setting
trusted_key_servers
to[]
.Synapse v1.11.1
The text was updated successfully, but these errors were encountered: