Hi all - Quick question about the secure xml rpc client and the secure web server. I want to disable certificate validation in both versions, but am finding no way to do this. I look at the sample code on java.sun.com and i see that they use a ServerSocketFactory to create a socket and pass in a TrustManager that accepts all certificates. In the source code for the XmlRpcClient, they use the Url class's openConnection() method which I don't think has the same mechanism. (Some one please correct me if i'm wrong).
If someone could post an example of how to do this, I would be very much indebted to them. One other note, I've downloaded the source distribution off the download site, and find that some classes are not included. One class in particular is the HttpUtil class in package org.apache.xmlrpc.util. Any help here would also be appreciated. I'm working with the 1.2-b1 version. Thanks again s.park
