mirror of
https://github.com/corda/corda.git
synced 2025-06-16 22:28:15 +00:00
Added a helpful error log when validating keystores.
This commit is contained in:
committed by
Clinton
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.")
|
log.warn("Certificate key store found but key store password does not match configuration.")
|
||||||
false
|
false
|
||||||
} catch (e: IOException) {
|
} catch (e: IOException) {
|
||||||
|
log.error("IO exception while trying to validate keystore", e)
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
require(containCorrectKeys) {
|
require(containCorrectKeys) {
|
||||||
|
Reference in New Issue
Block a user