On 5/29/06, Tristan King <[EMAIL PROTECTED]> wrote:

maybe i am getting confused here. which class are you refering to? I'm
looking at
org.apache.xmlrpc.secure.sunssl.SunSSLTransportFactory
which contains the following imports:
....
import com.sun.net.ssl.HostnameVerifier ;
import com.sun.net.ssl.HttpsURLConnection;
import com.sun.net.ssl.SSLContext;
import com.sun.net.ssl.X509TrustManager;

First of all, the current version should use javax.net, so yours is
possibly outdated. Next, use the DefaultXmlRpcTransportFactory with an
https URL.


Jochen

--
Whenever you find yourself on the side of the
majority, it is time to pause and reflect.
(Mark Twain)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to