Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Advanced Topics : Support for SSL Configuration

Support for SSL Configuration
TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON supports invoking a Service Provider with SSL configurations.
The Invoke REST API activity uses the Java key store for SSL. Java key store ships certificates signed by a well-known certification authority (CA), such as, VeriSign. Hence, no configuration is needed for the Invoke REST API activity if the Service Provider uses the certificates from CA.
If the Service Provider does not use well-known CA certificates or requires a specific certificate, perform the following steps:
Import the intermediate and root certificates to the TIBCO_HOME\tibcojre\version_number\lib\security\cacerts directory.
The value you set for BW_GLOBAL_TRUSTED_CA_STORE must be a file URL, for example, file:///c:/tibco/certs. See the information about trusted certificates in TIBCO ActiveMatrix BusinessWorksTM Process Design for details about how to store certificates to your project.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved