Is my keystore the cacerts file or the .cer file I exported? -----Original Message----- From: Johan Roch [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 1:04 PM To: [email protected] Subject: Re: axis1.4 with https
If you generate code with WSDL2Java, add the parameter -Djavax.net.ssl.trustStore in the command line: java -Djavax.net.ssl.trustStore="...\myKeyStore" -cp %AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java ... >From: Doug Davis <[EMAIL PROTECTED]> >Reply-To: [email protected] >To: [email protected] >Subject: Re: axis1.4 with https >Date: Fri, 22 Jun 2007 12:53:21 -0400 > >I usually have to add something like this: > System.setProperty("javax.net.ssl.trustStore", "d:\mycert.jks"); > >to my client code to get it to load the keystore. > >thanks >-Doug >______________________________________________________ >STSM | Web Services Architect | IBM Software Group >(919) 254-6905 | IBM T/L 444-6905 | [EMAIL PROTECTED] > > > >"Chau, Hoang" <[EMAIL PROTECTED]> >06/22/2007 12:21 PM >Please respond to >[email protected] > > >To >[email protected] >cc > >Subject >axis1.4 with https > > > > > > >HI all, > >I have problem in generating code in axis1.4 with https. Basically, the >jdk can not find path to the certificate. Anybody ran into this problem >before and knew how to solve it, I appreciate it. > > >Hoang > > >This message and any attachments are intended only for the use of the >addressee and may contain information that is privileged and confidential. >If the reader of the message is not the intended recipient or an >authorized representative of the intended recipient, you are hereby >notified that any dissemination of this communication is strictly >prohibited. If you have received this communication in error, notify the >sender immediately by return email and delete the message and any >attachments from your system. _________________________________________________________________ Saviez-vous que Windows Live Messenger est disponible dès maintenant sur votre GSM ? http://get.live.com/messenger/mobile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
