here is the example that helped me.
Hi Robert, Try this link: http://marc.theaimsgroup.com/?l=rpc-user&m=102009663407418&w=2 It's the archive for this and many other lists. I provide some sample code for xmlrpc to a https url. Check out the setupSSL() function which registers the https handler class so that URLConnection knows how to establish an ssl connection. Tim Heath <[EMAIL PROTECTED] To: [EMAIL PROTECTED] m> cc: Subject: Re: SSL & Secure Client 09/10/02 03:15 PM Please respond to rpc-user I would like to know how to do this once someone figures it out, could someone make a tutorial? Thanks, Tim Heath Ryan Hoegg wrote: > > Hello, > > A little more information may be appropriate. What version of the JDK > are you using? Have you tried the same XML-RPC method over HTTP? Have > you tested SSL to the server using a plain web browser? > > The next step for me would be to download the source to this library and > follow the exception stack trace. > > Good luck, > Ryan Hoegg > ISIS Networks > > [EMAIL PROTECTED] wrote: > > > I've tried to find an example of how to use the SecureClient to send a > > message to a SSL (https) server but have had no luck. It is probably > > my lack of understanding of SSL. But an example would greatly help. > > I'm kinda desprate at this point. I'm willing to pay somebody if you > > can help me get this working. Anybody need some extra money? > > > > Here is my current code. I get the error > > "java.net.MalformedURLException: unknown protocol: https".
