Open
Description
From time to time, we get an JOSESwiftError
of type localAuthenticationFailed
when trying to initialize a JWS
object.
The Signer
we use is an ECSigner
with an algorith ES256
.
After some investigations the error seems to be thrown by:
The errorCode
is always -1
Do you have any idea why such errors happens and how we should investigate the problem more in details?