Setting the system property javax.net.ssl.truststore

Hi all,

I wrote a client application which sets the system property javax.net.ssl.truststore.

Is the property valid for the client only ?

I mean, i have to run the same client more times; every client has to use a different path of trustore and all client have to be run on the same computer.

Any suggestion ?

Cheers.

Stefano

[369 byte] By [warxsga] at [2007-11-27 7:40:40]
# 1

Why on earth would different instances of the client need different truststores? Are there really going to be client instances which trust X and other client instances which don't trust X? Why?

All you need is a single truststore with all the root certificates you are prepared to trust.

ejpa at 2007-7-12 19:21:12 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 2
Hi,ok, the idea to have just one keystore sounds good for me.Cheers.Stefano
warxsga at 2007-7-12 19:21:12 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...