Forum Discussion

rockygarg's avatar
rockygarg
New Contributor
7 years ago

SOAPUI KeystoreException Failed to extract any certificate or private keys - maybe bad password

I have tried multiple things, I have a CA issued certificate and private key. And I have generated a JKS file using following command:

keytool -importkeystore -srckeystore somename.p12 -srcstoretype PKCS12 -destkeystore somename.jks -deststoretype JKS

Everytime I add keystore/certificate to my SoapUI, I get error "KeystoreException Failed to extract any certificate or private keys - maybe bad password

I even tried the same set of steps with SelfSigned Cert as well as CA issued Cert. Same result. password is correct, what am I missing here?