RE: Getting Server's certificate form an axis client

2005-10-03 Thread Bill Kuker
server sent to me. Thanks, -Bill Kuker > -Original Message- > From: Christopher S. Johnson [mailto:[EMAIL PROTECTED] > Sent: Monday, October 03, 2005 3:41 PM > To: axis-user@ws.apache.org > Subject: Re: Getting Server's certificate form an axis client > > Bil

Re: Getting Server's certificate form an axis client

2005-10-03 Thread Christopher S. Johnson
Bill - I'm not sure about doing this is C but for java see the following thread.. http://marc.theaimsgroup.com/?l=axis-user&m=112497369029586&w=2 Same idea for C, grab the request then the certificate. Regards ..Chris On Mon, 3 Oct 2005, Bill Kuker wrote: > > I am writing a SOAP client using

Getting Server's certificate form an axis client

2005-10-03 Thread Bill Kuker
I am writing a SOAP client using Axis. I have it connecting to a server with SSL no problem, and it is sending the client certificate to the server and checking the server's certificate against my trust store. No problems. I want to verify WHICH trusted cert was used to verify the server, and get