I ran into this problem last week. The server I connect to changed its certificate supplier from Thawte to Comodo and my client wouldn't connect. I found an application that will download a certificate from a server and either add it to an existing cacerts or create a new one at http://blogs.sun.com/andreas/resource/InstallCert.java Using this locally and changing the JVM properties to look at it verified that the certificate was the problem so I imported it using directions I found here http://www.grim.se/guide/jre-cert I eventually discovered that getting Comodo.crt was enough to allow the chain of trust to complete on its own. dga
>>> On 04/27/2011 at 4:26 AM, in message <[email protected]>, Jochen Wiedmann <[email protected]> wrote: Basically, yes. The only problem is, whether the client will accept the certificate. In the case of a self-signed certificate, but also a lot of "official" certificates, that will not be the case. Hence the link to http://ws.apache.org/xmlrpc/ssl.html On Tue, Apr 26, 2011 at 4:15 AM, Kurt Xu <[email protected]> wrote: > Hi jochen: > > I know how to configure web server and browser . Client and server code > related xml-rpc don't need some special classes for handling ssl data > sending, do they? The code is just as same as non ssl and all I need to do > is to configure and generate proper certificate ,something like that? > > Thanks > > Kurt > > On Mon, 25 Apr 2011 17:50:20 +0800, Jochen Wiedmann > <[email protected]> wrote: > >> Server side: Use a properly configured web server like Apache Tomcat, >> or Jetty. More than sufficient material available on configuring these >> for SSL. >> >> Client side: See http://ws.apache.org/xmlrpc/ssl.html >> >> 2011/4/25 Kurt Xu <[email protected]>: >>> >>> Hi there: >>> I got your mail on apache xml-rpc website. I wrote the mail enquiring a >>> question about xml-rpc. >>> >>> I'm new to xml-rpc and studying xml-rpc 3.1.2. And I've spent 2 days >>> googling ssl using method .There's so few material about ssl usage on the >>> official website, all of existing example is just incomplete.Can u pls >>> offer >>> me an sample of using ssl in both client and server side? >>> >>> Thanks for your time. >>> >>> Kurt >>> >>> >> >> >> > > > -- > Using Opera's revolutionary email client: http://www.opera.com/mail/ > > -- I Am What I Am And That's All What I Yam (Popeye)
