我在我的应用程序中遇到了问题here ..我已经关注this作为解决方案..但是在执行java类installcert时我收到此错误请告知如何继续< / p>
Exception in thread "main" java.io.IOException: Keystore was tampered with, or password was incorrect
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:768)
at java.security.KeyStore.load(KeyStore.java:1150)
答案 0 :(得分:0)
正如错误所说:Keystore被篡改,或密码不正确。
确保您在server.xml中输入的用于配置ssl的密码对于提到的.keystore是正确的。
如果密码正常,那么我担心您的密钥库已损坏,您可能需要重建密码并重新导入证书。