Update SSL Configuration for Java
With the EMML <directinvoke> statement, certificates for secure endpoints are validated against the default trust store for Java (the JRE). One-way SSL for mashable information sources may also use the default trust store for Java.
Initially, this may not be the trust store you have configured for the Business Analytics Server in the application server and/or the Admin Console. This can cause security errors for <directinvoke> statements or mashable information sources.
To avoid these errors, you can configure the JRE to use the trust store for the Business Analytics Server:
1. Open the appropriate startup script (below) for the application server hosting the Business Analytics Server in any text editor:
MashZoneNG-install/apache-tomee-jaxrs/bin/setenv.bat file for Windows environments
MashZoneNG-install/apache-tomee-jaxrs/bin/setenv.sh file for Linux, OS/X or UNIX environments
2. Add these system properties in the Java options in this script:
-Djavax.net.ssl.trustStore=/path/to/mashup-server/truststore: this is the absolute path to the trust store for the
Business Analytics Server.
-Djavax.net.ssl.trustStorePassword=truststore-password: this is only required if the
Business Analytics Server’s trust store uses a password.