Hi there,

is it possible to specify a truststore for a client at run time other than using:

System.setProperty("javax.net.ssl.trustStore", "...");

you can't use the above in a multi client environment as they all overwrite each others' truststore details.

is there any way to tell stub._getServiceClient() to use a specific truststore without using System properties?

thanks,

Alistair


--------------
mov eax,1
mov ebx,0
int 80h




Reply via email to