Caused by: java.security.UnrecoverableKeyException: Cannot recover key
I am supplied with a jks keystore named ABCC_client.store. When I import this keystore to cacerts and try connecting it says No such Algorithm error. PFA the stacktrace But if I use this keystore independently i.e without adding it to cacerts it works. Some googling led to me to http://joewlarson.com/blog/2009/03/25/java-ssl-use-the-same-password-for-keystore-and-key/ which says that password might … Read more