Improve error message in RpcClient for signature verification failure
Some checks are pending
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
Some checks are pending
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
This commit is contained in:
parent
7d4388e05c
commit
73ade04145
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@
|
||||||
publicKey: $this->serverPublicSigningKey,
|
publicKey: $this->serverPublicSigningKey,
|
||||||
))
|
))
|
||||||
{
|
{
|
||||||
throw new RpcException('The response signature cannot be verified with the server\'s public signing key');
|
throw new RpcException('The response signature cannot be verified with the server\'s public signing key: ' . $this->serverPublicSigningKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (CryptographyException $e)
|
catch (CryptographyException $e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue