Sun Microsystems 820682310 Server User Manual


 
grant codeBase "file:/.../build/sparc_SunOS/sec/-" {
permission java.util.PropertyPermission "*", "read,write";
};
Mutual Authentication Not WorkingWith the
Application Client
Description
This failure can occur when the keystore and truststore properties are not set properly.
Solution
Set the following properties on the JVM:
javax.net.ssl.keyStore=
<keystore-file-path>;javax.net.ssl.trustStore=<truststore-file-path>
To use the application client, set the environment variable VMARGS to the following value:
-Djavax.net.ssl.keyStore=${admin.domain.dir}/${admin.domain}/config/keystore.jks
-Djavax.net.ssl.trustStore=${admin.domain.dir}/${admin.domain}/config/cacerts.jks
IssuesRelatedtoSecurity
Chapter2 • Specic Issues 37