RE: axis1.4 with https

2007-06-22 Thread Chau, Hoang
Thank you very much John and Doug. Hoang -Original Message- From: Johan Roch [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 10:04 AM To: axis-user@ws.apache.org Subject: Re: axis1.4 with https If you generate code with WSDL2Java, add the parameter -Djavax.net.ssl.trustStore

RE: axis1.4 with https

2007-06-22 Thread Mark Babcock
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: axis-user@ws.apache.org Subject: Re: axis1.4 with https If you generate code with WSDL2Java, add the parameter

Re: axis1.4 with https

2007-06-22 Thread Johan Roch
@ws.apache.org 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

axis1.4 with https

2007-06-22 Thread Chau, Hoang
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

Re: axis1.4 with https

2007-06-22 Thread Doug Davis
| IBM T/L 444-6905 | [EMAIL PROTECTED] Chau, Hoang [EMAIL PROTECTED] 06/22/2007 12:21 PM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject axis1.4 with https HI all, I have problem in generating code in axis1.4 with https. Basically, the jdk can

RE: axis1.4 with https

2007-06-22 Thread Johan Roch
It should be a file in JKS format. It can be cacerts or another one. You can use keytool but I personaly use SSKeytool to easily create a keystore... From: Mark Babcock [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: axis1.4 with https Date: Fri