This article explains how to fix errors when you observe “Not able to create SSL server context. Reason: Not able to open or read KeyStore ‘XXX' with type 'JKS’“
\uD83D\uDCD8 Instructions
Please check the following options to resolve the issue.
Your password for keystore is configured correctly. Do a quick test by opening Keystore file using Keystore Explorer with the same password.
The Keystore is not corrupted.
your password does contain '$' sign in the beginning, if yes, then change the password or use “$$“
for example, if your password is $$test then replace it. “$$$$test“ to resolve this error.
Point 3 solution will only works for Kubernetes environment.