Running corda in Oracle jdk1.8 is working fin but not in OpenJDK patch 1.8.392

40 Views Asked by At

There is certificate chain error on OpenJDK patch 1.8.392, but its working fine with Oracle jdk1.8.0_241,

I see that OpenJDK uses SHA256withECDSA in ActiveMQ Artemis client for validating certificates. (Not Working)

Oracle JDK using SHA512withECDSA in ActiveMQ Artemis client for validating certificate. (Working)

Is there any way I can specify JVM to use SHA512withECDSA algo?

0

There are 0 best solutions below