lreichen
12 years agoNew Contributor
Help with Certificate
Thanks in advance for any help anyone can give.
I have created a WCF service and have been testing it with SOAPUI for some time now. I recently added SSL security without a hitch.
As required by the project I am trying to add a certificate to the service. The certificate was created and added to both the Personal and Trusted Root certificate stores.
I can use a C# test bed that I created to access the service and utilize the certificate. It's when I tried to configure SoapUI to use the certificate I ran into trouble.
In the response window I see this:
From my server trace records I see this:
"Security processor was unable to find a security header in the message. This might be because the message is an unsecured fault or because there is a binding mismatch between the communicating parties. This can occur if the service is configured for security and the client is not using security."
I'm using soapUI 3.0 (should I upgrade to a different version?). I've configured the project level security and added the certificate (It says "OK").
My intuition is telling me I'm missing a setting somewhere.
Any ideas?
Thanks again!
Louis
I have created a WCF service and have been testing it with SOAPUI for some time now. I recently added SSL security without a hitch.
As required by the project I am trying to add a certificate to the service. The certificate was created and added to both the Personal and Trusted Root certificate stores.
I can use a C# test bed that I created to access the service and utilize the certificate. It's when I tried to configure SoapUI to use the certificate I ran into trouble.
In the response window I see this:
<s:Code>
<s:Value>s:Sender</s:Value>
<s:Subcode>
<s:Value xmlns:a="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">a:InvalidSecurity</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-US">An error occurred when verifying security for the message.</s:Text>
</s:Reason>
From my server trace records I see this:
"Security processor was unable to find a security header in the message. This might be because the message is an unsecured fault or because there is a binding mismatch between the communicating parties. This can occur if the service is configured for security and the client is not using security."
I'm using soapUI 3.0 (should I upgrade to a different version?). I've configured the project level security and added the certificate (It says "OK").
My intuition is telling me I'm missing a setting somewhere.
Any ideas?
Thanks again!
Louis