Hi, It looks basically like this: http://aruld.info/programming-ssl-for-jetty-based-cxf-services/
It's fairly complex in my project though. I can provide you the methods I use for configuring client and server. Server config: http://nopaste.info/9671c5c3a4.html Client config: http://nopaste.info/6739a51459.html On the client-side, I later invoke the webservice by using the IHelloService client object a lá: String result = client.sayHello(tmp); Cheers, Thomas On 5/14/2012 2:00 PM, Colm O hEigeartaigh wrote: > Could you supply a sample project that shows the problem? > > Colm. > > On Mon, May 14, 2012 at 12:58 PM, Thomas Pischulski > <[email protected]> wrote: >> Bump. Anyone? >> Here's a more detailled output log with some additional SSL >> information during the webservice invocation. >> >> Cheers, >> >> Thomas > > >
