Member since
09-02-2014
47
Posts
0
Kudos Received
0
Solutions
08-08-2017
10:19 AM
Hello Tayfun, The keystore password is wrong. Manually test the password by printing out the keystore certificates using the following CLI command: keytool -list -v -keystore <keystore.jks> If this fails, you know the password is wrong. If you want to change the keystore password, use the following command: keytool -storepasswd -keytool <keystore.jks> Tip and Example: If keytool is not in your PATH you will need to type out the whole path. Here's an example I used on our test cluster: /usr/java/jdk1.7.0_67/bin/keytool -list -v -keystore /etc/cdep-ssl-conf/CA_STANDARD/truststore.jks
... View more
09-19-2014
03:25 PM
Knowledge article 2940 has been created.
... View more