AFAIK you do not add a certificate to the request, the request only is
signed. Certificates are added to the keystores on each side, so the
signature can be created / verified.
Tom
Michael Szalay wrote:
Thanks for the link. But the document describes the signing of the request, not
adding a certificate to the http request for
mutual authentication, right?
Regards
Michael
-----Ursprüngliche Nachricht-----
Von: Glen Mazza [mailto:[email protected]]
Gesendet: Mittwoch, 20. Mai 2009 15:19
An: [email protected]
Betreff: Re: Send X509Certificate with request
http://www.jroller.com/gmazza/entry/implementing_ws_security_with_the ?
HTH,
Glen
mszalay wrote:
Hi all
I have a question using Apache CXF as a client for a web service.
I would like to send a certificate within the request for mutual
authentication.
How can I programmatically add a certificate to the request?
I looked for a method like TLSClientParameters.addCertificate but
I have not found somehing like that.
Regards
Michael