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"]:
|
if not response["valid"]:
|
||||||
raise AuthError(403, "Third party certificate was invalid")
|
raise AuthError(403, "Third party certificate was invalid")
|
||||||
except IOError:
|
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