You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Tng Chee Hiong <tn...@triosoftware.com.sg> on 2002/03/07 02:41:29 UTC

XML-RPC and SSL

My current XML-RPC implementation is done using servlet-to-servlet communication (running in TomCat).

Now I need to implement XML-RPC on SSL.
I have downloaded JSSE and configured SSL support on TomCat.
But what changes should I make to my XML-RPC codes?
Can anyone provide some sample codes on using SSL with XML-RPC