HTTPS and java client call

2003-10-23 Thread Bruno Morin
Hi, I configured Tomcat to work in HTTPs mode with a self-signed certificate. and I installed a Soap webService on it. Is it possible to develop a java client for a webService thru Https, without create and use a client keystore generated from the server certificate ? Before the call of the

Re: HTTPS and java client call

2003-10-23 Thread Bill Barker
Try adding: -Djavax.net.ssl.trustStore=/path/to/servercert.ks \ -Djavax.net.ssl.trustStorePassword=your-ks-password-here to the command line of your client app. Bruno Morin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I configured Tomcat to work in HTTPs mode with a