Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NULL trustStore in SSL connection

843833Aug 25 2005
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 22 2005
Added on Aug 25 2005
0 comments
657 views