I am currently
running a very simple xml-rpc client, and using our existing webserver as the
server to parse the clients response and all runs well.
One of our clients
would like to start running secure (https) instead of the http which we run
today. It looks like there is support for the https in the docs for 'xmlrpc
2.0-a1-dev' that I found here:
In our simple
configuration, can we just start using the
org.apache.xmlrpc.secure.SecureXmlRpcClient or are there other changes.
I was hoping to find
either resource, or assistance as I am not that familiar with SSL in
general.
Any information
would be helpful.
Scott
