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

> com.sun.net.ssl.HttpsURLConnection is depreciated. I'm
> using javax.net.ssl.HttpsURLConnection. some of the
> functions used by the sun transport are depreciated as well, so i would
> prefer to avoid them if possible.
> I might be able to modify these to use the javax classes tho.. i'll have to
> play with that.

I believe, you are confusing the SSL related stuff of XML-RPC and the
sun transport.

The sun transport depends solely on java.net. I see no reason for not
using that?

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;
....

Reply via email to