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 was archived by the owner on Aug 15, 2023. It is now read-only.
The response format has changed. There is no SigningCertURL
classSigningCertURLValidator(object):
""" Validate a message's SigningCertURL is in the expected format. """
[..]
defvalidate(self, message):
ifnotisinstance(message, dict):
raiseValidationError("Unexpected message type {!r}".format(type(message).__name__))
url=message.get("SigningCertURL")