Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Salesforce.com | - |
Not Applicable | - |
JRE truststore(TIBCO_HOME/jre/<version>/lib/security/cacerts) is used for certificates validation. By default, JRE 1.5.0 does not include the CA certs of Salesforce's SHA2 . If using the Salesforce plugin on JRE1.5, the SSL handshake will fail with the error:
Import the CA certs(root/intermediate certs) to the JRE truststore by using Keytool manually:
Export certs as X.509 Certificate pem format.
2).Import the certs to a JRE truststore via the keytool command. Example: Launch cmd and go to TIBCO_HOME/jre/1.5.0/lib/security directory. Execute the following command:
keytool -import -alias <cert alias> -file <c:/intermediate.crt> -keystore cacerts