Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

KeyStore with BouncyCastleProvider: KeyStore integrity check failed

I want to use a self-signed signature for ssl connections. I'm following this post.

My problem: After creating the Keystore my integrity-check fails.

Keytool-Error: java.io.IOException: KeyStore integrity check failed.

I'm still searching but maybe someone can save me some time.

like image 205
K. D. Avatar asked Oct 29 '12 16:10

K. D.


Video Answer


1 Answers

Make sure you are using the right password to open the keystore. I was having this error and turns out I was still using the password from the example code in trusted.load()

like image 91
Eddie Fletcher Avatar answered Sep 24 '22 06:09

Eddie Fletcher