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

Re: axis1.4 with https

2007-06-22 Thread Doug Davis
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 |

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