Re: Connecting to a HTTPS xmlrpc server

2004-11-26 Thread Daniel
Hi, This example client might be useful to you: http://www.yorku.ca/dkha/docs/xmlrpc/SecureXmlRpcTest.java Regards, Daniel On Thu, 25 Nov 2004, Chris Picton wrote: > Hi > > I am attempting to connect to a rcd process which listens on both a Unix > socket and an HTTPS tcp socket. It provides x

Connecting to a HTTPS xmlrpc server

2004-11-25 Thread Chris Picton
Hi I am attempting to connect to a rcd process which listens on both a Unix socket and an HTTPS tcp socket. It provides xmlrpc methods. I don't think that the current implementation of java xmlrpc can connect to the Unix socket, so I need to connect to the https socket. I am not sure of how SSL