Roman Zeyde
2021-11-13 19:07:56 +02:00
parent 47c827519e
commit 2a6a47f400
3 changed files with 91 additions and 21 deletions

View File

@@ -144,6 +144,10 @@ class Handler:
signature = self.conn.sign(blob=blob, identity=key['identity'])
except IOError:
return failure()
except Exception:
log.exception('signature with "%s" key failed', label)
raise
log.debug('signature: %r', signature)
try: