From: Will S. <wil...@ya...> - 2002-01-29 09:18:27
|
jha miku wrote: > Hi > > I am using Marquee Xml-rpc > > How do I make it ssl enabled > > Has anybody designed a patch or a workaround > > using JCCE I don't think anyone else is subscribed to this list (certainly I haven't seen any mail traffic from the developers), but SSL enabling is really very simple -- since XML-RPC runs over HTTP, you can just tunnel it over SSL. There are tons of details and implmentations that you can find on google. I'd look over some of the app servers like Tomcat and see how they plug into Apache (which I'm certain has an SSL plugin layer), then run the server as a servlet in Tomcat. Will. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |