0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-27 15:08:18 +02:00
synapse/synapse/crypto
Richard van der Hoff ef1c524bb3
Improve error msg when key-fetch fails (#5896)
There's no point doing a raise_from here, because the exception is always
logged at warn with no stacktrace in the caller. Instead, let's try to give
better messages to reduce confusion.

In particular, this means that we won't log 'Failed to connect to remote
server' when we don't even attempt to connect to the remote server due to
blacklisting.
2019-08-22 10:42:06 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
context_factory.py Share SSL options for well-known requests 2019-07-31 10:39:24 +01:00
event_signing.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
keyring.py Improve error msg when key-fetch fails (#5896) 2019-08-22 10:42:06 +01:00