Does anyone know how to solve this? I tried many things, but none of them worked.
And when I click more details I get this:
at sun.security.provider.
Same issue here, I have Oracle JDK installed and my keystore was created using that, but in the jceks format
keytool -importkeystore -destkeystore client.keystore \
-srckeystore redislabs_user.p12 -srcstoretype pkcs12 \
-deststoretype jceks -alias client-cert
I deleted the -deststoretype jceks option and it worked fine :)