RE: how to let cxf client accept all/any certificates

2008-04-16 Thread Arundel, Donal
and don't have the API details to hand. If I get a chance later today I will see if I can root them out for you. Cheers, Donal -Original Message- From: triathlon98 [mailto:[EMAIL PROTECTED] Sent: 15 April 2008 15:59 To: cxf-user@incubator.apache.org Subject: RE: how to let cxf client

RE: how to let cxf client accept all/any certificates

2008-04-16 Thread triathlon98
a chance later today I will see if I can root them out for you. Cheers, Donal -Original Message- From: triathlon98 [mailto:[EMAIL PROTECTED] Sent: 15 April 2008 15:59 To: cxf-user@incubator.apache.org Subject: RE: how to let cxf client accept all/any certificates

RE: how to let cxf client accept all/any certificates

2008-04-16 Thread Arundel, Donal
Cool, and thanks for posting back the answer :-) -Original Message- From: triathlon98 [mailto:[EMAIL PROTECTED] Sent: 16 April 2008 11:56 To: cxf-user@incubator.apache.org Subject: RE: how to let cxf client accept all/any certificates Thanks for your reply. I have been able to figure

RE: how to let cxf client accept all/any certificates

2008-04-15 Thread triathlon98
It is clear to me that certificates work like this. However, this already mixes two uses of SSL/certificates. One use is encrypting the data which is communicated, the other is verifying that the server is actually the correct one and not a spoof. When the only purpose is encrypting the data,

RE: how to let cxf client accept all/any certificates

2008-02-21 Thread Arundel, Donal
At the SSL protocol level the servers that a client will trust is governed by the list of Certificate Authorities (CAs) that the client is configured to trust. i.e. You need to configure your client to trust the *Issuing Certificate Authority* that created the specific server certificate

RE: how to let cxf client accept all/any certificates

2008-02-21 Thread yulinxp
how to configure your client to trust the *Issuing Certificate Authority*? Any code example? Also what if server ca is self-assigned, how to handle in this case? Arundel, Donal wrote: At the SSL protocol level the

RE: how to let cxf client accept all/any certificates

2008-02-21 Thread Arundel, Donal
@incubator.apache.org Subject: RE: how to let cxf client accept all/any certificates how to configure your client to trust the *Issuing Certificate Authority*? Any code example? Also what if server ca is self-assigned, how to handle in this case

Re: how to let cxf client accept all/any certificates

2008-02-20 Thread yulinxp
anybody knows? according to XFire document, XFire can do it. So how to do it in CXF client? -- View this message in context: http://www.nabble.com/how-to-let-cxf-client-accept-all-any-certificates-tp15562373p15597788.html Sent from the cxf-user mailing list archive at Nabble.com.