You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by Christian Mielke <cm...@nc-ag.de> on 2008/05/28 11:58:44 UTC

RAMPART 1.3 The certificate used to sign the message is not trusted

Hello!
I have following problem: I call a service and sign the message with my certificate. RAMPART on serverside always says that the certificate used to sign the message is not trusted. But I looked in my keystore and the certificate is trusted. I use PKCS12 keystores. The policy I use is the sample 3 policy only without the timestamp.
Greetings
Chris

Re: RAMPART 1.3 The certificate used to sign the message is not trusted

Posted by Chefo <ch...@gmail.com>.
Hi Christian,

Are you sure the certificate is loaded by wss4j? I believe all certificates
found in the truststore are considered "trusted". You could debug to see
what actually happens or at least run with
-Djavax.net.debug=all
to check if some error occurs while reading the certificates...

Regards,
Stefan