java.net.SocketException: KeyManagerFactoryImpl: Keystore was tampered with, or password was incorrect

This error message occurred immediately I upgraded from Domino 6.5.2 to 7.0.3 The java code is an authentication (using the certificate) via LDAP to the Corporate Directroy server.

Thr production servers which are currently 6.5.2 work fine. Why does it fail on my test server. I cannot see anyone else having this much trouble.

I recreated the jssecacerts after the upgrade but it did not help.

It makes a number of my key web systems fail because this java code fails.

Subject: java.net.SocketException: KeyManagerFactoryImpl: Keystore was tampered with, or password was incorrect

Brian,

I guess there is some change in JRE from 6.5- 7 . Just have a try and make sure you’re not using older JRE in your code.

Rishi