mirror of
https://github.com/corda/corda.git
synced 2024-12-23 14:52:29 +00:00
Added a helpful error log when validating keystores.
This commit is contained in:
parent
5b93abdc57
commit
003e14ce57
@ -589,6 +589,7 @@ abstract class AbstractNode(val configuration: NodeConfiguration,
|
||||
log.warn("Certificate key store found but key store password does not match configuration.")
|
||||
false
|
||||
} catch (e: IOException) {
|
||||
log.error("IO exception while trying to validate keystore", e)
|
||||
false
|
||||
}
|
||||
require(containCorrectKeys) {
|
||||
|
Loading…
Reference in New Issue
Block a user