I am trying to deploy Corda nodes to network with dynamic network map. Besides, implementing the network map endpoints, there's separate endpoint to build certificates using X509Utilities which I manually copy to Corda certificate directory. However, during node startup, I am getting handshake error due to General SSL exception with Signature not match.
Repository Url: https://github.com/ashubisht/spring-boot-network-map/tree/utkarsh_sbmp_master
The endpoints are implemented in src/main/kotlin/io/nmap/controller/ Certificate service is implemented in https://github.com/ashubisht/spring-boot-network-map/blob/utkarsh_sbmp_master/src/main/kotlin/io/nmap/service/certificate/CertificateService.kt
What can be done to resolve this issue.
Node.conf configuration file
myLegalName : "CN=Notary Service,O=NmapSrv.io,L=Chandigarh,C=IN"
keyStorePassword : "password"
trustStorePassword : "password"
p2pAddress : "localhost:12345"
rpcSettings = {
useSsl = false
standAloneBroker = false
address : "localhost:10003"
adminAddress : "localhost:10004"
}
webAddress : "localhost:12347"
notary : {
validating : true
}
devMode : false
compatibilityZoneURL : "http://localhost:7080"
UPDATE: Error Logs URL: https://pastebin.com/KeLf46m6