Re: SSL web services

2003-09-30 Thread Massimo Barabino
Henry lu wrote: Thank you very much, Mr. Smith! It works! Now I have another question for you. How to deploy a web services to a ssl server? Here is what i did: C:\java_dev\web_services\ex1\srvjava org.apache.axis.client.AdminClient -p8443 deploy.wsdd Processing file deploy.wsdd Exception::

Re: SSL web services

2003-09-30 Thread Henry lu
I tried and i got different error this time: Exception:: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateE xception: Couldn't find trusted certificate any idea? From: Massimo Barabino [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: SSL web

RE: SSL web services

2003-09-30 Thread Henry lu
PROTECTED]' [EMAIL PROTECTED],'[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: SSL web services Date: Tue, 30 Sep 2003 15:59:57 -0400 Hi Henry, The short answer to your question is: yes (long answer follows) If you signed your own server cetificate, it is probably not in the client VMs trusted

RE: SSL web services

2003-09-30 Thread PARLEY,THUNDER (HP-MountainView,ex1)
PROTECTED] Sent: Tuesday, September 30, 2003 1:40 PM To: [EMAIL PROTECTED] Subject: RE: SSL web services OK, I think i am one step close to the solusion. I have both server and client certificate, do I copy both files to $JAVA_HOME/jre/lib/security/cacerts directory? Thanks for your help! From

Re: SSL web services

2003-09-29 Thread Henry lu
:: java.lang.NumberFormatException: For input string: do you know how to fix? From: Andrew Smith [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: SSL web services Date: Wed, 24 Sep 2003 12:56:07 -0400 On Tue, 2003-09-23 at 16:09, Henry lu wrote: Is there any cliewnt code for SSL web