ContributionsMost RecentMost LikesSolutionsRe: SOAPUI KeystoreException Failed to extract any certificate or private keys - maybe bad password attaching ready-api.log and readyapierror.log. it is the same message as i have in my original post. 2017-08-25 14:07:10,161 ERROR [errorlog] org.apache.ws.security.WSSecurityException: Signature creation failed org.apache.ws.security.WSSecurityException: Signature creation failed at org.apache.ws.security.message.WSSecSignature.computeSignature(WSSecSignature.java:561) at com.eviware.soapui.impl.wsdl.support.wss.entries.SignatureEntry$WSSecSignatureRA.build(SignatureEntry.java:405) at com.eviware.soapui.impl.wsdl.support.wss.entries.SignatureEntry.process(SignatureEntry.java:218) at com.eviware.soapui.impl.wsdl.support.wss.OutgoingWss.processOutgoing(OutgoingWss.java:196) at com.eviware.soapui.impl.wsdl.actions.request.ApplyOutgoingWSSToRequestAction.actionPerformed(ApplyOutgoingWSSToRequestAction.java:54) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: org.apache.ws.security.WSSecurityException: General security error (The private key for the supplied alias does not exist in the keystore) at org.apache.ws.security.components.crypto.Merlin.getPrivateKey(Merlin.java:725) at org.apache.ws.security.message.WSSecSignature.computeSignature(WSSecSignature.java:504) ... 42 more Caused by: java.security.UnrecoverableKeyException: Cannot recover key at sun.security.provider.KeyProtector.recover(Unknown Source) at sun.security.provider.JavaKeyStore.engineGetKey(Unknown Source) at sun.security.provider.JavaKeyStore$JKS.engineGetKey(Unknown Source) at sun.security.provider.KeyStoreDelegator.engineGetKey(Unknown Source) at sun.security.provider.JavaKeyStore$DualFormatJKS.engineGetKey(Unknown Source) at java.security.KeyStore.getKey(Unknown Source) at org.apache.ws.security.components.crypto.Merlin.getPrivateKey(Merlin.java:711) ... 43 more Re: SOAPUI KeystoreException Failed to extract any certificate or private keys - maybe bad password It wont let me create a Service ticket Re: SOAPUI KeystoreException Failed to extract any certificate or private keys - maybe bad password Thanjs Sanj, When I use Keystore explorer tool it show my JSK is fine and valid. But Soap UI shows that msg. What am I missing? 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?