jovyjigs
4 years agoOccasional Contributor
INT_RSA_VERIFY:bad signature
Hi!! I am trying to test webservice that uses wss authentication. I performed the following steps but getting error
<faultstring>The signature or decryption was invalid</faultstring>
<detail>error:04091068:rsa routines:INT_RSA_VERIFY:bad signature</detail>
steps taken:
1. Add the pfx file certificate in keystore.
2. Add the outgoing wss config:
3. Used the config in outgoing wss:
The same config and setting works in Ready Api . But Soap ui gives this error. I need help to figure out what additional steps should be taken to pass this test in soap ui open source