John Hite wrote: > > I have a jaxws web service that runs over https. I need the client to use > a > custom TrustManager that we have implemented. I know how to do this > programmatically, but I would like to be able to do this in a > configuration > file so I can use Spring to handle the client creation. >
On this page: http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-support.html, search on "sec:trustManagers". HTH, Glen -- View this message in context: http://www.nabble.com/Custom-TLS-TrustManager-tp18725323p18725807.html Sent from the cxf-user mailing list archive at Nabble.com.
