NULL trustStore in SSL connection
I've got a mutually authenticating setup where both the server and the client use certificates to connect. These are signed by Entrust, and imported into a keystore file. On the client side, set the system property for the keystore file and the keystore password and this works OK. But the default truststore file in $JAVA_HOME isn't being used. Instead, it is using an empty truststore. This is not the way it should work. If I leave the truststore system property alone, it should use the one in $JAVA_HOME.
This works correctly if I set the system property for the truststore manually to be the one in $JAVA_HOME. But this should not be required. Is this an issue that gets fixed in a later version of the JWSDP? I'm using 1.3 right now.