When using PKCS12 certificate with Java 11.0.2, getting error -
java.io.IOException: keystore password was incorrect
at java.base/sun.security.pkcs12.PKCS12KeyStore.engineLoad(PKCS12KeyStore.java:2108)
But not getting any issue with JKS certificates,
also same code i tested with Java 12.0.1 with PKCS12 cert I am not getting any error.
How can i fix this this issue with my current java version 11.0.1, any suggestion ?