mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Use more descriptive error code
This commit is contained in:
parent
0c38e8637f
commit
d82c5f7b5c
@ -66,4 +66,4 @@ def check_key_valid(http_client, event):
|
||||
if not response["valid"]:
|
||||
raise AuthError(403, "Third party certificate was invalid")
|
||||
except IOError:
|
||||
raise AuthError(403, "Third party certificate could not be checked")
|
||||
raise AuthError(502, "Third party certificate could not be checked")
|
||||
|
Loading…
Reference in New Issue
Block a user