Add logging volume mounts for coffee and teapot services; improve error message in RpcClient
This commit is contained in:
parent
fef9383dd2
commit
33706d0b50
3 changed files with 3 additions and 10 deletions
|
@ -481,7 +481,7 @@
|
|||
publicKey: $this->serverPublicSigningKey,
|
||||
))
|
||||
{
|
||||
throw new RpcException('Failed to verify the response signature');
|
||||
throw new RpcException('The response signature cannot be verified with the server\'s public signing key');
|
||||
}
|
||||
}
|
||||
catch (CryptographyException $e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue