Password with special characters on JKS credential-store.


Userlevel 4
Badge

Issue:

After adding a password with a special character to the JKS credential-store the password is not valid for login. 

 

Solution:

The special character needs to be escaped when adding it into the keystore.

e.g.: if your password is abcd$1234, we would need to escape the $ using a \: abcd\$1234


0 replies

Be the first to reply!

Reply