Hi Philip, After seeing my response on the list, I wasn't sure that I really answered your question properly. :)
If you are using something like Apache for SSL, you just need to map the request into Tomcat or your servlet container. That way the SSL for the server will be handled by apache. And your servlet can operate normally. For the client, org.apache.xmlrpc.XmlRpcClient uses java.net.URLConnection to make the connection. I'm not sure whether or not this can perform a secure connection. What ever you use to make this connection will need to support SSL. That should take care of it. Mike ---- Mike Rogers Director, (Technology)3 203-352-0752 > ---------- > From: Rogers, Mike > Reply To: [EMAIL PROTECTED] > Sent: Wednesday, October 2, 2002 2:58 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Secure xmlrpc > > As long as your server side XML-RPC server is setup properly, and you are > using an https transport for the client end. > > Mike > > ---- > Mike Rogers > Director, (Technology)3 > 203-352-0752 > > > ---------- > > From: Philip Baruc > > Reply To: [EMAIL PROTECTED] > > Sent: Wednesday, October 2, 2002 1:47 PM > > To: 'mailing list' > > Subject: Secure xmlrpc > > > > How can i create secure connections using xmlrpc? > > Is it as easy as changing the url protocol to Xmlrpc Servlet to https? > > > > e.g > > > > I have an servlet at > > > > http://mydomain/xmlrpcservlet/ > > > > To create a secure connection can i jsut do this? > > > > https://mydomain/xmlrpcservlet/ > > > > or is there something that i need to set up on the handler's side? > > > > Thanks in advance. > > > > > > philip baruc, developer [fly since 2002] > > [p] 212.944.8000 x316 [e] [EMAIL PROTECTED] > > > > > > > > > > bluefly, inc. 42 w. 39th st. new york, ny 10018 > > www.bluefly.com NASDAQ Symbol: BFLY > > > > click here to receive special discounts and new product > > previews from Bluefly > > > >
