Hello,

I have a Jhipster UAA Server based Spring Boot(2.1.9 RELEASE) application which 
loads PKCS12 file in UAAServer. Once I added Camel 3 Dependency the KeyStore 
API's started giving errors.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

KeyPair keyPair = new KeyStoreKeyFactory(
             new ClassPathResource(uaaProperties.getKeyStore().getName()), 
uaaProperties.getKeyStore().getPassword().toCharArray())
             .getKeyPair(uaaProperties.getKeyStore().getAlias());
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The error that is thrown is :
Caused by: java.io.IOException: keystore password was incorrect

Why would addition of Camel 3 cause this error?

Thanks,
Mrinal Sharma


Reply via email to