Re: Setting javax.net.ssl.trustStore

2003-03-12 Thread Jon Wingfield
What happens if you also set -Djavax.net.ssl.keyStore=c:\... -Djavax.net.ssl.keyStorePassword=password Mayne, Peter wrote: I have an application running in Tomcat 4.1.18 using JDK 1.4.1 on Windows XP that makes connections to https://...;. If I add the web server's certificate's CA to

RE: Setting javax.net.ssl.trustStore

2003-03-12 Thread Mayne, Peter
Title: RE: Setting javax.net.ssl.trustStore Hmm. That worked. My understanding is that javax.net.ssl.keyStore is for supplying a client certificate. Why should it make a difference here? The next step is to actually use a client certificate for authentication. This will be interesting