Krishna
Krishna

Reputation: 353

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

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?

Upvotes: 0

Views: 62

Answers (0)

Related Questions